We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a839da4 commit 899456aCopy full SHA for 899456a
.github/workflows/build_and_test.yml
@@ -16,9 +16,8 @@ jobs:
16
tests:
17
strategy:
18
matrix:
19
- #os: [ubuntu-22.04, macos-latest]
20
- os: [macos-latest]
21
- python-version: ["3.9"]
+ os: [ubuntu-22.04, macos-latest]
+ python-version: ["3.10"]
22
name: "Core, Python ${{ matrix.python-version }}, ${{ matrix.os }}"
23
runs-on: ${{ matrix.os }}
24
timeout-minutes: 10
@@ -35,8 +34,8 @@ jobs:
35
34
create-args: >-
36
--override-channels
37
-c pytorch
38
- -c ilastik-forge
39
- -c conda-forge python=${{ matrix.python-version }} ilastik
+ -c ilastik-forge
+ -c conda-forge python=${{ matrix.python-version }} ilastik-core
40
--no-channel-priority
41
42
post-cleanup: 'all'
0 commit comments