Skip to content

Commit dc4ef01

Browse files
authored
let rms figure out conda on its own
1 parent 5f4ee4a commit dc4ef01

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/documentation.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,13 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- name: Setup Miniforge Python 3.9
19-
uses: conda-incubator/setup-miniconda@v3
20-
with:
21-
miniforge-variant: Miniforge3
22-
miniforge-version: latest
23-
python-version: "3.9"
24-
activate-environment: rms_env
25-
auto-update-conda: true
26-
show-channel-urls: true
27-
conda-remove-defaults: "true"
28-
2918
- name: Setup Juliaup
3019
uses: julia-actions/install-juliaup@v2
3120
with:
3221
channel: '1.10'
3322

3423
- uses: julia-actions/cache@v2
3524

36-
- name: Set some env vars
37-
run: |
38-
# https://juliapy.github.io/PythonCall.jl/stable/pythoncall/#If-you-already-have-Python-and-required-Python-packages-installed
39-
echo "JULIA_CONDAPKG_BACKEND=Current" >> $GITHUB_ENV
40-
echo "JULIA_PYTHONCALL_EXE=$CONDA_PREFIX/bin/python" >> $GITHUB_ENV
41-
4225
- uses: julia-actions/julia-buildpkg@v1
4326

4427
- name: Build

0 commit comments

Comments
 (0)