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 ed085c5 commit a6b1eedCopy full SHA for a6b1eed
.github/workflows/ci.yml
@@ -71,6 +71,7 @@ jobs:
71
run: |
72
sudo apt-get update
73
sudo apt-get install libkrb5-dev
74
+ pip install wheel
75
pip install .[tests] sqlalchemy${{ matrix.sqlalchemy }}
76
- name: Run tests
77
0 commit comments