Skip to content

Commit

Permalink
Install regular dependencies too.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Jan 13, 2024
1 parent 586d9bf commit ddeba31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3.11

- name: Install dependencies
run: pip install -r requirements.dev.txt
run: pip install -r requirements.txt && pip install -r requirements.dev.txt

- name: MyPy
run: mypy yellowstone
Expand Down

0 comments on commit ddeba31

Please sign in to comment.