Skip to content

Commit

Permalink
Update dependencies logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 29, 2024
1 parent ac3d140 commit 0b91a00
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
pip install -e .
python -m pip install pip-tools
pip-compile --extra dev pyproject.toml -o requirements-dev.txt
pip install -r requirements-dev.txt
- name: Run tests
run: |
Expand Down

0 comments on commit 0b91a00

Please sign in to comment.