Skip to content

Commit 8104f65

Browse files
hwpangJacksonBurns
authored andcommitted
Switch to 1.10 and no need to create env
1 parent a161fe1 commit 8104f65

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: julia-actions/setup-julia@latest
1818
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
19+
version: '1.10'
2520
- name: Install dependencies
2621
run: |
2722
julia -e 'ENV["PYTHON"]=ENV["CONDA"] * "/envs/rms_env/bin/python"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'

0 commit comments

Comments
 (0)