diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index d5574151..c117e140 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -75,13 +75,12 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: '3.8.18' + python-version: '3.10.12' - name: Install Required System Packages run: sudo apt-get -y install libudev-dev libusb-1.0-0-dev libfox-1.6-dev autotools-dev autoconf automake libtool git cmake - name: Install Application Dependencies run: | pip install pip==22.0.2 - pip install --upgrade pyinstaller pip install -r requirements.txt - name: Bundle Application run: |