Skip to content

Commit

Permalink
Fix issue #1740 (#1741)
Browse files Browse the repository at this point in the history
* Fix issue 1740

* Add graphql extras

* Fix for test.yml script
  • Loading branch information
denisart authored Nov 26, 2023
1 parent 7171842 commit d3fe742
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }}-v1-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction -E http
run: poetry install --no-interaction -E http -E graphql
- name: Install isort ${{ matrix.isort-version }} for Linux/macOS
if: runner.os != 'Windows'
run: |
Expand Down
Loading

0 comments on commit d3fe742

Please sign in to comment.