Skip to content

Commit

Permalink
Add optional testing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ronald-jaepel committed Mar 22, 2024
1 parent 92c88a6 commit b94e0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Test Wheel install and import
run: |
mamba create -n testing python==${{ matrix.python-version }}
mamba activate testing
conda activate testing
pip install wheel
which pip
which mamba
Expand Down

0 comments on commit b94e0d1

Please sign in to comment.