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 fd8a0f6 commit ece5e7dCopy full SHA for ece5e7d
.github/workflows/ci.yml
@@ -42,3 +42,8 @@ jobs:
42
cd test_depots/${{matrix.test_depot}}
43
export NIX_PATH="nixpkgs=$(nix run .#nixpkgsPath)"
44
nix-build .
45
+ - name: Verify packages work
46
+ run: |
47
+ cd test_depots/${{matrix.test_depot}}
48
+ nix-build .
49
+ ./result/bin/julia ./test.jl
test_depots/1.6.6/test.jl
@@ -0,0 +1,3 @@
1
+
2
+import IJulia
3
+import Plots
test_depots/1.8.3/test.jl
0 commit comments