Skip to content

Commit

Permalink
github action try julia latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
rbolgaryn committed Nov 6, 2023
1 parent 43cc2ee commit 7e0c2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Julia
if: ${{ matrix.python-version == '3.9' }}
run: |
./.install_julia.sh nightly
./.install_julia.sh 1.9.3
pip install julia
python ./.install_pycall.py
- name: List of installed packages
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest nbmake pytest-xdist igraph numba seaborn
./.install_julia.sh nightly
./.install_julia.sh 1.9.3
python -m pip install julia
python ./.install_pycall.py
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 7e0c2b0

Please sign in to comment.