Skip to content

Commit

Permalink
Project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raphasampaio committed Nov 8, 2024
1 parent 836ce35 commit 9cc77fe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 180 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ docs/site/
# committed for packages, but should be committed for applications that require a static
# environment.
Manifest.toml
revise/Manifest.toml

*.txt
*.arrow
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"julia.executablePath": "${env:JULIA_185}"
"julia.executablePath": "${env:JULIA_194}"
}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
julia = "1.6"
julia = "1.9"

[extras]
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Expand Down
2 changes: 1 addition & 1 deletion revise.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
SET BASEPATH=%~dp0
SET REVISE_PATH="%BASEPATH%\revise"

%JULIA_194% --color=yes --project=%REVISE_PATH% --load=%REVISE_PATH%\revise_load_script.jl
%JULIA_194% --project=%REVISE_PATH% --load=%REVISE_PATH%\revise_load_script.jl
176 changes: 0 additions & 176 deletions revise/Manifest.toml

This file was deleted.

2 changes: 1 addition & 1 deletion test/test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

SET BASEPATH=%~dp0

%JULIA_185% --project=%BASEPATH%\.. -e "import Pkg; Pkg.test()"
%JULIA_194% --project=%BASEPATH%\.. -e "import Pkg; Pkg.test()"

0 comments on commit 9cc77fe

Please sign in to comment.