We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a161fe1 commit 8104f65Copy full SHA for 8104f65
.github/workflows/documentation.yml
@@ -16,12 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: julia-actions/setup-julia@latest
18
with:
19
- version: 1.8
20
- - uses: conda-incubator/setup-miniconda@v2
21
- with:
22
- environment-file: environment.yml
23
- python-version: 3.7
24
- activate-environment: rms_env
+ version: '1.10'
25
- name: Install dependencies
26
run: |
27
julia -e 'ENV["PYTHON"]=ENV["CONDA"] * "/envs/rms_env/bin/python"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'
0 commit comments