Skip to content

Commit

Permalink
Update continuous.yml -- windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepanozzo authored Sep 8, 2023
1 parent f60bbfc commit 70219b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,13 @@ jobs:
with:
fetch-depth: 10
- uses: seanmiddleditch/gha-setup-ninja@master

- name: Setup Conda
uses: s-weigand/setup-conda@v1
uses: s-weigand/setup-conda@v1.2.1
with:
conda-channels: anaconda, conda-forge
python-version: 3.6
python-version: 3.9
update-conda: true

- name: Install Dependencies
shell: powershell
Expand Down

0 comments on commit 70219b7

Please sign in to comment.