Skip to content

Commit

Permalink
clean up ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Mar 31, 2021
1 parent b662ef4 commit 79a01e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,13 @@ jobs:
- name: Build and Test
run: |
python -m venv venv
. venv/bin/activate || . venv/Scripts/activate
. venv/bin/activate || . venv/Scripts/activate # 'Scripts' on windows, 'bin' on Linux / macOS
python -m pip install --upgrade pip
python -m pip install maturin==0.9.4 pytest==6.1.2
bash scripts/maturin.sh build --interpreter python --release --manylinux 2014
bash scripts/maturin.sh develop --release
python python/test.py # check if import works
python -m pytest python/test.py -s
shell: bash
- name: Upload wheel as artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/matrix_includes.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"os": "windows-latest",
"python-version": "3.6",
"runOnEvent": "always"
"runOnEvent": "release"
},
{
"os": "macos-latest",
Expand Down

0 comments on commit 79a01e6

Please sign in to comment.