-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make sure conda installs latest version of sklearn * update ci * use LD_LIBRARY_PATH enviroment variable * cleanup try...catch block
- Loading branch information
1 parent
55ee9e6
commit ed3de02
Showing
4 changed files
with
70 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
|
||
env: | ||
PYTHON: Conda | ||
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$HOME/.julia/conda/3/lib | ||
LD_LIBRARY_PATH: /home/runner/.julia/conda/3/x86_64/lib # used by linux os only | ||
|
||
jobs: | ||
test: | ||
|
@@ -36,6 +36,9 @@ jobs: | |
arch: ${{ matrix.julia-arch }} | ||
- uses: julia-actions/cache@v1 # https://github.com/julia-actions/cache | ||
- uses: julia-actions/julia-buildpkg@latest | ||
- name: "Export LD_LIBRARY_PATH envrioment variable" | ||
if: ${{matrix.os == 'ubuntu-latest' && matrix.julia-version == '1.6'}} | ||
run: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH | ||
- uses: julia-actions/julia-runtest@latest | ||
- uses: julia-actions/[email protected] | ||
continue-on-error: true | ||
|
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 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 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