Skip to content

Commit

Permalink
Fix pip-compile ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
shabeebk committed Dec 13, 2024
1 parent 1541efa commit e9f4bc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"
python -m pip install tox-gh-actions==2.12.0
- name: Regenerate requirements.txt
run: tox -e pip-compile
- name: Check if requirements.txt is up-to-date
Expand Down

0 comments on commit e9f4bc2

Please sign in to comment.