Skip to content

Commit

Permalink
fix 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioSieg committed Feb 18, 2025
1 parent c5b3537 commit 9883514
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,9 @@ jobs:
run: |
. .venv/bin/activate
cd "${{ github.workspace }}/python/src/magnetron"
pip wheel --verbose -w dist .
pip install .
- name: Install Python wheel
if: runner.os != 'windows'
shell: bash
run: |
. .venv/bin/activate
pip install "${{ github.workspace }}/python/src/magnetron"
- name: Install Pytest
- name: Install PyTest
if: runner.os != 'windows'
shell: bash
run: |
Expand Down

0 comments on commit 9883514

Please sign in to comment.