Skip to content

Commit

Permalink
Update pytest.yaml (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Jul 19, 2024
1 parent 106da23 commit 35e04d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
# pytest-cov looks at this folder
pytest_cov_dir: "quartz_solar_forecast"
os_list: '["ubuntu-latest"]'
python-version: "['3.10','3.11']"
python-version: "['3.11']"
extra_commands: echo "HF_TOKEN=${{ vars.HF_TOKEN }}" > .env
pytest_numcpus: '1'

0 comments on commit 35e04d4

Please sign in to comment.