Skip to content

Commit

Permalink
Rework on windlows-build actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
wxguy committed Sep 5, 2022
1 parent 592bf1d commit 5cc1ff8
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,22 @@ jobs:
with:
auto-activate-base: true
activate-environment: ""
- name: Install wrfplot conda environment
auto-update-conda: true
- name: Conda list
shell: pwsh
run: |
$CONDA\bin\conda env create -f environment.yml
- name: Conda info
conda list
conda info
conda info --envs
- name: Install wrfplot conda environment
shell: pwsh
run: |
$CONDA\bin\conda info
$CONDA\bin\conda info --envs
$CONDA\bin\conda list
conda env create -f environment.yml
conda activate pwsh
- name: Running nuitka
shell: pwsh
run: |
$CONDA_PREFIX\envs\wrfplot\bin\python build_exe.py
conda activate pwsh
python build_exe.py
- name: Create installer
uses: joncloud/makensis-action@v3.7

0 comments on commit 5cc1ff8

Please sign in to comment.