Skip to content

Commit

Permalink
fix: change poetry command
Browse files Browse the repository at this point in the history
  • Loading branch information
JDSanto committed Apr 5, 2023
1 parent d36a98c commit c17f83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pip install poetry==1.3.2
- uses: actions/checkout@v2
- name: Install packages and extras
run: poetry install -E "forecast" "gsheets" "gdrive"
run: poetry install --extras "forecast gsheets gdrive" --with dev
- name: Test base imports
run: poetry run python -c 'from muttlib import dbconn, utils'
- name: Test forecast extra
Expand Down

0 comments on commit c17f83b

Please sign in to comment.