Skip to content

Commit

Permalink
Move around python & conda install order
Browse files Browse the repository at this point in the history
  • Loading branch information
jonvanausdeln committed Sep 27, 2024
1 parent 95a1760 commit f95bebf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/positron-windows-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ jobs:
with:
node-version-file: .nvmrc

- uses: actions/setup-python@v5
with:
python-version: "3.10.10"

- name: Install miniconda
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"

- name: Install System Level Python
uses: actions/setup-python@v5
with:
python-version: "3.10.10"

- name: Install node dependencies with yarn
env:
npm_config_arch: x64
Expand Down

0 comments on commit f95bebf

Please sign in to comment.