Skip to content

Commit

Permalink
Added new steps to install locally and test, and build and install lo…
Browse files Browse the repository at this point in the history
…cally.
  • Loading branch information
sunt05 committed Dec 13, 2023
1 parent 0cf3a7f commit 2018324
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
powershell
cache-environment: true
post-cleanup: 'all'
- name: show pytest version
run: |
pytest --version
pytest
shell: micromamba-shell {0}
# - name: show pytest version
# run: |
# pytest --version
# pytest
# shell: micromamba-shell {0}
# - name: Import numpy in micromamba environment (bash)
# run: python -c "import numpy"
# shell: bash -el {0}
Expand Down Expand Up @@ -84,10 +84,14 @@ jobs:
# conda info
# conda list

- name: Install pypa/build
- name: install locally and test
shell: micromamba-shell {0}
run: |
make test
- name: build and install locally
shell: micromamba-shell {0}
run: |
make install
- name: Store the ${{ matrix.os }} wheel
Expand Down

0 comments on commit 2018324

Please sign in to comment.