Skip to content

Commit

Permalink
test mac conda package separately
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Aug 23, 2024
1 parent 056d3d1 commit 486b830
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,6 @@ jobs:
if: matrix.os == 'macos-14'
shell: bash -l {0}
run: |
echo "Current build path: $BUILD_PATH"
conda deactivate
echo "Python executable before activating environment:"
which python
echo "Python version before activating environment:"
python --version
echo "Conda info before activating environment:"
conda info

echo "Creating and testing conda environment with sleap package..."
conda create -y -n sleap_test -c file://$BUILD_PATH -c conda-forge -c anaconda sleap
conda activate sleap_test
Expand Down

0 comments on commit 486b830

Please sign in to comment.