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 877b0fd commit eed7a2cCopy full SHA for eed7a2c
.github/workflows/ci.yml
@@ -23,8 +23,5 @@ jobs:
23
pip3 install setuptools wheel sentry-sdk
24
pip3 install cx_Freeze==6.1 distro defusedxml requests certifi chardet urllib3
25
26
- - name: Build Python package
27
- run: python3 freeze.py build
28
-
29
- name: Test
30
run: python3 ./src/tests/query_tests.py -platform minimal
0 commit comments