We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d5dd6 commit 8c44a29Copy full SHA for 8c44a29
.github/workflows/CI.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: "Test REPL integration"
72
run: etc/expect.sh --project=@.
73
- name: "Add optional Julia dependencies for GAP tests"
74
- run: julia --color=yes -e 'using Pkg ; Pkg.add(["Singular", "Nemo"])'
+ run: julia --color=yes -e 'using Pkg ; Pkg.add(["Singular", "Nemo"]) ; using Singular, Nemo'
75
- name: "GAP tests"
76
run: |
77
julia --project=. -e 'import GAP; GAP.create_gap_sh("/tmp")'
0 commit comments