Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuer authored Nov 6, 2024
1 parent 0cfc832 commit db73786
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install toml-to-requirements
toml-to-req --toml-file pyproject.toml
python -m pip install -r requirements.txt
- name: Test with pytest
run: |
Expand Down

0 comments on commit db73786

Please sign in to comment.