Skip to content

Commit

Permalink
Add dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Jan 16, 2025
1 parent c921720 commit ecca05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
pip install ruff
poetry install --no-root
poetry install --no-root --with dev
- name: 📄 Copy empty .env.test to .env
run: |
cp .env.test .env
Expand Down

0 comments on commit ecca05c

Please sign in to comment.