Commit 6aa94f54 authored by Casper Hansen's avatar Casper Hansen
Browse files

Add Python checkout

parent a20d30dd
......@@ -53,6 +53,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.pyver }}
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.2.0
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