Skip to content

Commit

Permalink
Fix python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
trossi committed Dec 8, 2023
1 parent b9271e7 commit 378b5f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
- name: Install pytest
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
pip install pytest
- name: Test with pytest
run: |
Expand Down
File renamed without changes.

0 comments on commit 378b5f0

Please sign in to comment.