Skip to content

Commit

Permalink
Try desktop build without conda, just straight python+pip
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 7, 2024
1 parent a8697b5 commit 51352e3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
with:
python-version: 3.12
cache: "pip"
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: 3.12
environment-file: environment.yml
auto-activate-base: false
activate-environment: fune

- run: pip install -r requirements.txt

Expand Down

0 comments on commit 51352e3

Please sign in to comment.