Skip to content

Commit

Permalink
Trying to fix conda environment building
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Oct 28, 2023
1 parent 5eb1f46 commit 94f89ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gui_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
tags:
- 'rel-*'
- 'gui-test-*'

jobs:
build-windows:
Expand Down Expand Up @@ -37,13 +38,9 @@ jobs:
C:\Miniconda\condabin\conda.bat create -n picked_group_fdr_gui python=3.9
C:\Miniconda\condabin\conda.bat init powershell
C:\Miniconda\condabin\conda.bat activate picked_group_fdr_gui
- name: Install dependencies
run: |
C:\Miniconda\condabin\conda.bat install -c conda-forge nomkl
C:\Miniconda\condabin\conda.bat install -c conda-forge numpy scipy pandas networkx pyqt pyinstaller bottleneck toml threadpoolctl
C:\Miniconda\condabin\conda.bat install -c bioconda mokapot triqler
- name: Build exe and compress with UPX
run: |
cd .\gui_tools\
& .\build_gui.bat
cd ..
Expand Down

0 comments on commit 94f89ac

Please sign in to comment.