Skip to content

Commit

Permalink
Environment var fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoolen committed Feb 2, 2021
1 parent bf014b3 commit 7b2bc00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
env:
cache-name: cache-artifacts
CI: true
JULIA_NUM_THREADS: 2
PYTHON: ""
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
Expand All @@ -44,6 +42,9 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
PYTHON: ""
JULIA_NUM_THREADS: "2"
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 7b2bc00

Please sign in to comment.