"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "fa2abfdb0387fe090f21f40f800ffcb9d28278ad"
Commit 6aa94f54 authored by Casper Hansen's avatar Casper Hansen
Browse files

Add Python checkout

parent a20d30dd
...@@ -53,6 +53,11 @@ jobs: ...@@ -53,6 +53,11 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.pyver }}
- name: Setup Miniconda - name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.2.0 uses: conda-incubator/setup-miniconda@v2.2.0
with: with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment