From d9a2e5cf8b5d688112ecd92a3923f82ff8add6e3 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Mon, 6 Feb 2023 09:46:29 +0100 Subject: [PATCH] Don't use miniconda --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f878df..392ffa0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,13 +24,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - - name: Install Python - uses: conda-incubator/setup-miniconda@v2 - with: - mamba-version: "*" - channels: conda-forge - python-version: ${{ matrix.python-version }} - - name: Install Rust uses: actions-rs/toolchain@v1 with: