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 0249493 commit 8d28c18Copy full SHA for 8d28c18
.github/workflows/ci.yml
@@ -35,10 +35,13 @@ jobs:
35
36
steps:
37
- uses: actions/checkout@v3
38
+ - name: Rename lockfile
39
+ run: |
40
+ mv conda/conda-lock-${{ matrix.python-version }}.yaml conda/conda-lock.yml
41
- uses: mamba-org/setup-micromamba@v1
42
with:
43
micromamba-version: 1.5.5-0
- environment-file: conda/conda-lock-${{ matrix.python-version }}.yaml
44
+ environment-file: conda/conda-lock.yml
45
environment-name: causalpy-test-${{ matrix.python-version }}
46
cache-environment: true
47
- name: Run doctests
0 commit comments