Skip to content

Commit 33ddc8b

Browse files
ENV["PYTHON"] = ""
1 parent ee0f615 commit 33ddc8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci_conda.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- ubuntu-latest
2121
arch:
2222
- x64
23-
use_miniforge: [yes]
2423
steps:
2524
- uses: actions/checkout@v2
2625
- uses: julia-actions/setup-julia@v1
@@ -39,7 +38,7 @@ jobs:
3938
${{ runner.os }}-
4039
- uses: julia-actions/julia-buildpkg@v1
4140
env:
42-
CONDA_JL_USE_MINIFORGE: ${{ matrix.use_miniforge }}
41+
PYTHON: ""
4342
- uses: julia-actions/julia-runtest@v1
4443
env:
45-
CONDA_JL_USE_MINIFORGE: ${{ matrix.use_miniforge }}
44+
PYTHON: ""

0 commit comments

Comments
 (0)