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 7f7a0b1 commit 089d881Copy full SHA for 089d881
.github/workflows/caches_cron_job.yml
@@ -46,13 +46,13 @@ jobs:
46
47
# activate environment if not restored from cache
48
- uses: conda-incubator/setup-miniconda@v2
49
- if: steps.cache-venv.outputs.cache-hit != 'true'
+ if: steps.cache-conda-env.outputs.cache-hit != 'true'
50
with:
51
activate-environment: neo-test-env
52
python-version: 3.9
53
54
- name: Create the conda environment to be cached
55
56
# create conda env, configure git and install pip, neo and test dependencies from master
57
# for PRs that change dependencies, this environment will be updated in the test workflow
58
run: |
0 commit comments