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 663e325 commit 4dcd42f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand All @@ -176,7 +176,7 @@ jobs:
allow-softlinks: true
channel-priority: strict
auto-update-conda: true
conda-build-version: 3.21.4
conda-build-version: 3.26.1
activate-environment: test

- name: Pull distribution 📦 from Anaconda and test
Expand All @@ -187,6 +187,4 @@ jobs:
conda install -c romainsacchi unfold
conda update unfold
conda install pytest
pytest -m "not ecoinvent"
env:
IAM_FILES_KEY: ${{ secrets.IAM_FILES_KEY }}
pytest

0 comments on commit 4dcd42f

Please sign in to comment.