-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: refactor julia tests, from 5 to 4 (~5 min saved)
- Loading branch information
1 parent
7eeb9c1
commit 7573682
Showing
22 changed files
with
24 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Julia - Project.toml | ||
-------------------- | ||
|
||
Test a Project.toml file with a specified version for julia. |
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Julia - Project.toml | ||
-------------------- | ||
|
||
Test a Project.toml file for julia, using the repo2docker default version of | ||
julia as specified in ``julia_project.py``. |
2 changes: 1 addition & 1 deletion
2
tests/julia/julia_version-default/verify → tests/julia/project-unspecified/verify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env julia | ||
# Verify the version: | ||
if VERSION < v"1.1.0" | ||
if VERSION > v"1.6.0" | ||
exit(1) | ||
end | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Julia - REQUIRE | ||
--------------- | ||
|
||
Starting with julia v0.7 and up, the package manager has changed, so this tests | ||
that the julia version below that can be installed correctly. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Julia - REQUIRE | ||
--------------- | ||
|
||
Note that this example also specifies Python dependencies with an | ||
``requirements.txt`` file. |
File renamed without changes.
File renamed without changes.
File renamed without changes.