Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Sep 7, 2023
1 parent b7eb9ae commit 28d5c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
environment-file: environment.yml
python-version: 3.7
activate-environment: rms_env
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
- name: Fix PyCall linking
run: |
julia -e 'ENV["PYTHON"]=ENV["CONDA"] * "/envs/rms_env/bin/python"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'
Expand Down

0 comments on commit 28d5c53

Please sign in to comment.