Skip to content

Commit

Permalink
testing the Travis optional installation
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavkt committed Jan 12, 2025
1 parent 5e7a32c commit 7101515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install packagge
run: |
python -m pip install --upgrade pip pytest pytest-cov
python -m pip install -e .
python -m pip install -e .[task_scripts]
- name: Create tasks needed for testing
Expand Down

0 comments on commit 7101515

Please sign in to comment.