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