From 2d5d49856d8775e3bf9eb4ae8bd6965433a31230 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 1 Aug 2023 15:49:14 -0700 Subject: main.yaml only setup python once --- .github/workflows/main.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to '.github/workflows/main.yaml') diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a4151777..5d2c935f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,7 +10,7 @@ jobs: pyinstaller: strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest] runs-on: ${{ matrix.os }} @@ -20,17 +20,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 - with: - python-version: "3.11" - - - name: Setup Python - uses: actions/setup-python@v4 with: python-version: "3.8" - architecture: "x64" # optional x64 (default) or x86 - cache: "pip" - cache-dependency-path: | - **/requirements*.txt - name: Install Dependencies run: | -- cgit v1.2.3-70-g09d2