Skip to content

Commit

Permalink
fix: all-extras arg
Browse files Browse the repository at this point in the history
  • Loading branch information
asafgardin committed Dec 14, 2023
1 parent 0cb4eaa commit 39d69a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
poetry env use ${{ matrix.python-version }}
- name: Install dependencies
run: |
poetry install
poetry install --all-extras
- name: Run Tests
env:
AI21_API_KEY: ${{ secrets.AI21_API_KEY }}
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ pytest = "^7.4.3"
[tool.poetry.extras]
AWS = ["boto3"]


[tool.poetry.group.extras.dependencies]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 39d69a9

Please sign in to comment.