Skip to content

Commit

Permalink
Install reqs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elisabettai committed Apr 15, 2024
1 parent 94a238a commit 490da77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: test cookiecutter
run: |
source .venv/bin/activate
pip install requirements-dev.txt
pip install -r requirements-dev.txt
make tests

0 comments on commit 490da77

Please sign in to comment.