Skip to content

Commit 5f4ee4a

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

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/CI.yml

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

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

3221
- uses: julia-actions/cache@v2
3322

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

4225
- name: Build

0 commit comments

Comments
 (0)