Skip to content

Commit

Permalink
changed python pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gebauerm committed Oct 20, 2024
1 parent 967c126 commit 989db7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install package
run: |
python -m pip install --upgrade pip
pip install .["test"]
pip install -e .["test"]
- name: Test with pytest
run: |
pytest --junitxml=./test_report-${{ matrix.python-version }}.xml --cov-report=xml
Expand Down

0 comments on commit 989db7d

Please sign in to comment.