Skip to content

Commit

Permalink
install dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 25, 2024
1 parent 69d92af commit de9c85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: install python packages
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -e .[dev]
- name: upload forecast to Hugging Face
env:
Expand Down

0 comments on commit de9c85a

Please sign in to comment.