Skip to content

Commit

Permalink
ADD: dev specific env
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Oct 21, 2023
1 parent e43e53f commit b49b4ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip
cd envs
pip install -r environment.txt
pip install -r requirements-dev.txt
pip install -e .
- name: Run unit tests
Expand Down
Empty file added envs/requirements-dev.txt
Empty file.

0 comments on commit b49b4ac

Please sign in to comment.