Skip to content

Commit

Permalink
WIP: testing actions with installing dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CavRiley committed Apr 2, 2024
1 parent d23f299 commit 572e4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install sphinx sphinx-rtd-theme # Install Sphinx and a theme (e.g., Read the Docs theme)
- name: Run pre-commit hooks
Expand Down

0 comments on commit 572e4fc

Please sign in to comment.