Skip to content

Commit

Permalink
use newer julia and python in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Mar 21, 2024
1 parent 0209f43 commit 3ba3ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: 1.8
version: latest
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
environment-file: environment.yml
python-version: 3.7
python-version: 3.8
activate-environment: rms_env
- name: Fix PyCall linking
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: 1.8
version: latest
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
Expand Down

0 comments on commit 3ba3ace

Please sign in to comment.