Skip to content

Commit

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

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

- name: Install System Level Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit b47ab25

Please sign in to comment.