We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c0cc5 commit 5eb8eb6Copy full SHA for 5eb8eb6
.github/workflows/lint.yml
@@ -44,10 +44,10 @@ jobs:
44
45
- name: Install packages for async_to_sync
46
run: |
47
- pip install ./gaussdb[dev,test]
48
- pip install types-polib
49
- pip install ./tools/isort-gaussdb/
50
- pip install ./gaussdb_pool
+ pip install ./tools/isort-gaussdb/
+ pip install ./gaussdb[dev,test]
+ pip install types-polib
+ pip install ./gaussdb_pool
51
52
- name: Check for sync/async inconsistencies
53
run: ./tools/async_to_sync.py --check $(find tests -name "*_async.py" -type f ! -path "tests/pq/test_async.py" ! -path "tests/test_concurrency_async.py")
0 commit comments