Skip to content

Commit eed7a2c

Browse files
committed
Removing freeze from github actions - too difficult to maintain compatibility with all the different builders
1 parent 877b0fd commit eed7a2c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@ jobs:
2323
pip3 install setuptools wheel sentry-sdk
2424
pip3 install cx_Freeze==6.1 distro defusedxml requests certifi chardet urllib3
2525
26-
- name: Build Python package
27-
run: python3 freeze.py build
28-
2926
- name: Test
3027
run: python3 ./src/tests/query_tests.py -platform minimal

0 commit comments

Comments
 (0)