Skip to content

Commit

Permalink
fix 9
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioSieg committed Feb 18, 2025
1 parent 1d8b085 commit da1a203
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,7 @@ jobs:
run: |
. .venv/bin/activate
cd "${{ github.workspace }}/python"
pip install .
- name: Install PyTest
if: runner.os != 'windows'
shell: bash
run: |
. .venv/bin/activate
pip install pytest
pip install .[dev]
- name: Run Python Tests
if: runner.os != 'windows'
Expand Down

0 comments on commit da1a203

Please sign in to comment.