Skip to content

Commit

Permalink
Removing freeze from github actions - too difficult to maintain compa…
Browse files Browse the repository at this point in the history
…tibility with all the different builders
  • Loading branch information
jonoomph committed Apr 13, 2023
1 parent 877b0fd commit eed7a2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ jobs:
pip3 install setuptools wheel sentry-sdk
pip3 install cx_Freeze==6.1 distro defusedxml requests certifi chardet urllib3
- name: Build Python package
run: python3 freeze.py build

- name: Test
run: python3 ./src/tests/query_tests.py -platform minimal

0 comments on commit eed7a2c

Please sign in to comment.