Skip to content

Commit 266dda1

Browse files
romainsacchiromainsacchi
romainsacchi
authored and
romainsacchi
committed
Fix test
1 parent 276a8da commit 266dda1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ jobs:
169169
python-version: ["3.11"]
170170
steps:
171171
- uses: actions/checkout@v2
172-
- uses: conda-incubator/setup-miniconda@v2
172+
- uses: conda-incubator/setup-miniconda@v3
173173
with:
174-
python-version: ${{ matrix.python-version }}
174+
python-version: 3.11
175175
channels: conda-forge,cmutel,konstantinstadler,haasad,pascallesage,romainsacchi
176176
allow-softlinks: true
177177
channel-priority: flexible
@@ -184,7 +184,7 @@ jobs:
184184
shell: bash -l {0}
185185

186186
run: |
187-
conda install -c romainsacchi unfold
187+
conda install -v -c romainsacchi unfold
188188
conda update unfold
189189
conda install pytest
190190
pytest

0 commit comments

Comments
 (0)