Skip to content

Commit

Permalink
Use pip-tools to generate requirements-full.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets authored Sep 18, 2023
1 parent 2a8a99f commit 52eabd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip pip-tools
- name: Set configuration
run: |
Expand All @@ -27,8 +27,8 @@ jobs:
- name: Create requirements files
run: |
python -m pip freeze --exclude gemdat > requirements_full.txt
python tools/generate_requirements_txt.py
pip-compile -o requirements_full.txt pyproject.toml
git add requirements_full.txt requirements.txt
git commit -m "Updated requirements.txt files" || true
Expand Down

0 comments on commit 52eabd4

Please sign in to comment.