From 4dcd42f3404dfd2931a9c39963f3daf6654a9e7a Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Wed, 27 Nov 2024 13:00:56 +0100 Subject: [PATCH] Fix test --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 680f418..498246a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -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 }} \ No newline at end of file + pytest \ No newline at end of file