Skip to content

Commit

Permalink
Set conda versions in githubworkflows main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tillsa authored Sep 8, 2023
1 parent 8b19c04 commit 4d5be78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 4d5be78

Please sign in to comment.