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 db73786 commit dbd3c94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install toml-to-requirements
toml-to-req --toml-file pyproject.toml
python -m pip install -r requirements.txt
pip install pytest
pip install -r requirements.txt
- name: Test with pytest
run: |
Expand Down

0 comments on commit dbd3c94

Please sign in to comment.