Skip to content

Commit

Permalink
attempt to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
InnocentBug committed Oct 21, 2024
1 parent a0770c2 commit 274d50a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
# TODO activate pytests when ready
- name: Test with pytest
run: |
# Fixing GLIB error
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib/:$LD_LIBRARY_PATH
# pytest python/tests
mkdir ./tmp-run/
cd ./tmp-run/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: |
git clone https://github.com/risi-kondor/cnine.git
cd cnine
git checkout main
pip install python/
git checkout dev
# pip install python/
cd ..
- name: Install and build
run: |
Expand Down

0 comments on commit 274d50a

Please sign in to comment.