Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
- removed Python version specification (already done in environment.yml)
- prevent pandas upgrade (to maintain 2.1.4)
- removed "not correlation" clause
- increased timeout to 1h
  • Loading branch information
CommonClimate authored Jun 25, 2024
1 parent e901e6a commit aa8e3e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,14 @@ jobs:
with:
activate-environment: pyleo
environment-file: environment.yml
python-version: "3.11.9"
auto-activate-base: false

- name: Conda list
run: |
conda activate pyleo
pip install pytest-xdist nbmake
pip install pandas --upgrade
conda list
- name: Test with pytest
run: |
conda activate pyleo
pytest --nbmake -k 'not correlations' -n=auto --nbmake-timeout=3200 notebooks/*ipynb
pytest --nbmake -n=auto --nbmake-timeout=3600 notebooks/*ipynb

0 comments on commit aa8e3e3

Please sign in to comment.