Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Oct 26, 2024
1 parent 691f7f5 commit 005f60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ env:
JULIA_NUM_THREADS: '2'
ALLOWERRORS: 'false'
NBCACHE: '.cache'
JULIA_CONDAPKG_BACKEND: 'Null'
JULIA_CI: 'true'

jobs:
CI:
Expand Down Expand Up @@ -69,8 +71,6 @@ jobs:
shell: julia --color=yes {0}
env:
JUPYTER: 'jupyter'
JULIA_CONDAPKG_BACKEND: 'Null'
JULIA_CI: 'true'
run: |
using Pkg
Pkg.add(["IJulia", "Literate", "Tables", "MarkdownTables", "JSON"])
Expand Down

0 comments on commit 005f60b

Please sign in to comment.