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 e0c6c4b commit dfe380dCopy full SHA for dfe380d
.github/workflows/CI.yml
@@ -24,14 +24,6 @@ jobs:
24
${{ runner.os }}-test-${{ env.cache-name }}-
25
${{ runner.os }}-test-
26
${{ runner.os }}-
27
- - uses: conda-incubator/setup-miniconda@v2
28
- with:
29
- environment-file: environment.yml
30
- python-version: 3.7
31
- activate-environment: rms_env
32
- - name: Fix PyCall linking
33
- run: |
34
- julia -e 'ENV["PYTHON"]=ENV["CONDA"] * "/envs/rms_env/bin/python"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'
35
- uses: julia-actions/julia-buildpkg@v1
36
- name: Build
37
run: |
0 commit comments