Skip to content

Commit

Permalink
use local builds first
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Apr 16, 2024
1 parent 6ceb574 commit 2a6b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
echo "$BUILD_PATH"
conda deactivate
mamba create -y -n sleap_test -c sleap/label/dev -c conda-forge -c nvidia -c file://$BUILD_PATH -c anaconda sleap
mamba 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
python -c "import sleap; print(sleap.__version__)"
echo "Test completed using sleap version: $(python -c 'import sleap; print(sleap.__version__)')"
Expand Down

0 comments on commit 2a6b9d8

Please sign in to comment.