Skip to content

Commit

Permalink
Fix release CI;
Browse files Browse the repository at this point in the history
  • Loading branch information
sommerlukas committed May 4, 2021
1 parent 29749c9 commit abd2969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
cd spn-compiler/xspn
source $GITHUB_WORKSPACE/python/venv/bin/activate
python setup.py bdist_wheel
pip install .
- name: Test Python interface
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/weekly-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
cd spn-compiler/xspn
source $GITHUB_WORKSPACE/python/venv/bin/activate
python setup.py bdist_wheel
pip install .
- name: Test Python interface
run: |
Expand Down

0 comments on commit abd2969

Please sign in to comment.