Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Mar 27, 2023
1 parent 4dd75e3 commit 1755842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ jobs:
conda install -c romainsacchi premise
conda update premise
conda install pytest
conda install bottleneck
pytest -m "not ecoinvent"
env:
IAM_FILES_KEY: ${{ secrets.IAM_FILES_KEY }}
Expand All @@ -242,6 +243,7 @@ jobs:
conda install -c romainsacchi premise-dev
conda update premise-dev
conda install pytest
conda install bottleneck
pytest -m "not ecoinvent"
env:
IAM_FILES_KEY: ${{ secrets.IAM_FILES_KEY }}

0 comments on commit 1755842

Please sign in to comment.