Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
thodkatz committed Sep 12, 2024
1 parent c06d1db commit b8e97b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
vers=$( python setup.py --version )
echo "version=${vers}" >> $GITHUB_OUTPUT
- name: Linux Conda Build Test
- name: Linux Conda Build
run: |
mkdir -p ./pkgs/noarch
conda build -c conda-forge conda-recipe --no-test --output-folder ./pkgs
Expand Down Expand Up @@ -153,6 +153,7 @@ jobs:
if: matrix.os == 'macos-latest'
shell: bash -l {0}
run: |
cat .pkgs/channeldata.json
conda build --test --override-channels \
-c ./pkgs -c pytorch -c ilastik-forge -c conda-forge \
./pkgs/noarch/${TIKTORCH_PACKAGE_NAME}
Expand Down

0 comments on commit b8e97b0

Please sign in to comment.