Skip to content

Commit

Permalink
try conda instead of mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Apr 19, 2024
1 parent 10537aa commit 67c2a24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,8 @@ jobs:
echo "Build path is: $BUILD_PATH"
conda deactivate
echo $(conda info)
echo "Testing conda package with numpy"
mamba create -y -n numpy_test numpy
echo "Testing conda package with sleap"
mamba create -y -n sleap_test -c file://$BUILD_PATH -c sleap/label/dev -c conda-forge -c nvidia -c anaconda sleap
conda create -y -n sleap_test -c file://$BUILD_PATH -c sleap/label/dev -c conda-forge -c nvidia -c anaconda sleap
conda activate sleap_test
echo $(conda list)
python -c "import sleap; print(sleap.__version__)"
Expand Down

0 comments on commit 67c2a24

Please sign in to comment.