From 2f22a372bb3029c2e73c34de018eb0e653511323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Fri, 8 Jan 2021 19:43:25 +0100 Subject: [PATCH] Update conda.yml --- .github/workflows/conda.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 537b4b2..f65860a 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -35,14 +35,13 @@ jobs: strategy: matrix: python: [3.7, 3.8] - package: [spleeter] runs-on: windows-latest steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 + - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: ${{ matrix.python }} - name: Install dependencies run: | C:\Miniconda\condabin\conda.bat init powershell