Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Nov 27, 2024
1 parent 276a8da commit 266dda1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ jobs:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
python-version: 3.11
channels: conda-forge,cmutel,konstantinstadler,haasad,pascallesage,romainsacchi
allow-softlinks: true
channel-priority: flexible
Expand All @@ -184,7 +184,7 @@ jobs:
shell: bash -l {0}

run: |
conda install -c romainsacchi unfold
conda install -v -c romainsacchi unfold
conda update unfold
conda install pytest
pytest

0 comments on commit 266dda1

Please sign in to comment.