From d4a833058e14f88a0e6fac47bfc5c3347700fa15 Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Mon, 29 Apr 2024 10:30:08 -0700 Subject: [PATCH] removed conda --- .github/workflows/update-testing-data.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-testing-data.yml b/.github/workflows/update-testing-data.yml index c7c0d81e..a7f59dfd 100644 --- a/.github/workflows/update-testing-data.yml +++ b/.github/workflows/update-testing-data.yml @@ -13,7 +13,6 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest, macos-13] # macos-13 is the latest version of macOS with Intel chip steps: - - uses: s-weigand/setup-conda@v1 - uses: actions/checkout@v2 - run: git fetch --prune --unshallow --tags - name: Setup Python 3.11