未验证 提交 2f22a372 编写于 作者: F Félix Voituret 提交者: GitHub

Update conda.yml

上级 b802fef0
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册