Skip to content

Commit 51abd46

Browse files
authored
skip Julia setup for CI workflow (which will also disable the Julia runs in the notebook)
1 parent 4922dd7 commit 51abd46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ jobs:
191191
for i in dist/*.whl; do python -m pip install $PIP_INSTALL_OPTS $i[tests]; done;
192192
python -m pip show --verbose PyPartMC
193193
194-
- uses: julia-actions/setup-julia@v2
194+
- if: matrix.platform != 'windows-latest'
195+
uses: julia-actions/setup-julia@v2
195196
with:
196197
version: '1.11'
197198

0 commit comments

Comments
 (0)