Skip to content

Commit

Permalink
ENV["PYTHON"] = ""
Browse files Browse the repository at this point in the history
terasakisatoshi committed Nov 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ee0f615 commit 33ddc8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_conda.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ jobs:
- ubuntu-latest
arch:
- x64
use_miniforge: [yes]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
@@ -39,7 +38,7 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
env:
CONDA_JL_USE_MINIFORGE: ${{ matrix.use_miniforge }}
PYTHON: ""
- uses: julia-actions/julia-runtest@v1
env:
CONDA_JL_USE_MINIFORGE: ${{ matrix.use_miniforge }}
PYTHON: ""

0 comments on commit 33ddc8b

Please sign in to comment.