I'll get it right sometime...

This commit is contained in:
Connor
2021-08-25 16:08:27 -06:00
parent 547737ef83
commit 7f3df275e9

View File

@@ -5,6 +5,6 @@ unit-test-job:
stage: test
script:
- apt-get update
- apt-get upgrade
- apt-get install unzip
- apt-get -y upgrade
- apt-get install -y unzip
- julia --project=julia/Project.toml -E 'using Pkg; Pkg.test()'