Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yxjiang committed May 25, 2024
1 parent 42fe641 commit 4bf1ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies including optional dependencies
run: |
python -m pip install toml
EXTRAS=$(python .github/workflows/extract_extras.py)
EXTRAS=$(python .github/workflows/extract_extra_deps.py)
echo "EXTRAS=$EXTRAS"
poetry install $(echo $EXTRAS | sed "s/,/ --extras /g")
Expand Down

0 comments on commit 4bf1ca1

Please sign in to comment.