From 77c30271a049977d45720d1880f5bb483af8ed79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwiecin=CC=81ski?= Date: Sun, 19 May 2024 01:27:18 +0200 Subject: [PATCH] =?UTF-8?q?Bye=20bye=20Python=20=F0=9F=91=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/default.yml | 10 ---------- .python-version | 1 - 2 files changed, 11 deletions(-) delete mode 100644 .python-version diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 6719034d..544ffd3d 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -184,16 +184,6 @@ jobs: - uses: gradle/actions/setup-gradle@v3 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version-file: '.python-version' - - - name: Install dependencies - run: | - python -m pip install --upgrade pip - python -m pip install 'Pillow==9.1.1' - - name: run tests uses: reactivecircus/android-emulator-runner@v2 with: diff --git a/.python-version b/.python-version deleted file mode 100644 index 871f80a3..00000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.12.3