Skip to content

Commit

Permalink
i'm not going to sleep until ci works.
Browse files Browse the repository at this point in the history
  • Loading branch information
missing-user committed Nov 17, 2024
1 parent 9173eb0 commit 3028635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python_wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
run: conda env export
- name: Test if installation is ok
run: |
python -c "import py_spec; print('py_spec success')"
echo $CONDA_PREFIX
pip freeze
python -c "import spec; print('success')"
python -c "import py_spec; print('py_spec success')"
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:

# Libraries
- setuptools<60.0.0
- numpy
- hdf5
- openblas
- libopenblas
Expand Down

0 comments on commit 3028635

Please sign in to comment.