Skip to content

Commit

Permalink
Adding dev optional-dependencies in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Oct 1, 2023
1 parent 2fad3a0 commit eb9f557
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 @@ -46,7 +46,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .[parallel,s3]
pip install -e .[dev,parallel,s3]
- name: Cache sample data
id: cache-samples
Expand Down

0 comments on commit eb9f557

Please sign in to comment.