Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
missing-user committed Nov 17, 2024
1 parent b92965c commit 4c218c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python_wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
auto-activate-base: false
activate-environment: spec_wrapper
environment-file: environment.yml
# - name: Echo conda environment
# run: conda env export
- name: Test if installation is ok
run: |
conda env export
echo $CONDA_PREFIX
conda env export
pip freeze
python3 -c "import numpy; print('numpy')"
python3 -c "import spec; print('success')"
python3 -c "import py_spec; print('py_spec success')"
- name: Echo conda environment
run: conda env export
- name: Test if installation is ok
run: python3 -c "import spec; print('spec success')"

0 comments on commit 4c218c1

Please sign in to comment.