Skip to content

Commit

Permalink
set CONDA_JL_USE_MINIFORGE=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Nov 8, 2022
1 parent e213e46 commit ee0f615
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/ci_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
strategy:
matrix:
version:
- '1.6' # LTS
- '1.8' # Current Stable Release
- 'nightly'
- "1.6" # LTS
- "1.8" # Current Stable Release
- "nightly"
os:
- ubuntu-latest
arch:
- x64
use_miniforge: [yes]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand All @@ -36,5 +37,9 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-buildpkg@v1
env:
CONDA_JL_USE_MINIFORGE: ${{ matrix.use_miniforge }}
- uses: julia-actions/julia-runtest@v1
env:
CONDA_JL_USE_MINIFORGE: ${{ matrix.use_miniforge }}

0 comments on commit ee0f615

Please sign in to comment.