Skip to content

Commit

Permalink
remove dep that doesn't work on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 6, 2024
1 parent 4f31257 commit db180e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- run: sh ./desktop/build_desktop_app.sh
- run: zip -r "fune-desktop-${{ matrix.os }}.zip" ./desktop/build/dist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: fune-desktop-${{ matrix.os }}.zip
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ dependencies:
- typer==0.12.3
- typing-extensions==4.12.2
- uvicorn==0.30.3
- uvloop==0.19.0
- watchfiles==0.22.0
- websockets==12.0
prefix: /opt/anaconda3/envs/fune

0 comments on commit db180e1

Please sign in to comment.