From 9c74cd9b42ed9a2e39e8aad86aaab28958164fe9 Mon Sep 17 00:00:00 2001 From: giumas Date: Sun, 20 Oct 2024 19:41:15 +0200 Subject: [PATCH] removed unrequired Python setup from github actions --- .github/workflows/abc2_on_linux.yml | 4 ---- .github/workflows/abc2_on_windows.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/abc2_on_linux.yml b/.github/workflows/abc2_on_linux.yml index 6cca81d..de8b39f 100644 --- a/.github/workflows/abc2_on_linux.yml +++ b/.github/workflows/abc2_on_linux.yml @@ -11,10 +11,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 - uses: actions/setup-python@v5 - with: - python-version: '3.11' - name: setup-conda uses: s-weigand/setup-conda@v1 with: diff --git a/.github/workflows/abc2_on_windows.yml b/.github/workflows/abc2_on_windows.yml index 1dad0ad..b79bd9a 100644 --- a/.github/workflows/abc2_on_windows.yml +++ b/.github/workflows/abc2_on_windows.yml @@ -11,10 +11,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 - uses: actions/setup-python@v5 - with: - python-version: '3.11' - name: setup-conda uses: s-weigand/setup-conda@v1 with: