Skip to content

Commit

Permalink
fix: 🐛 Activate env for aciton builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Aug 8, 2023
1 parent da50c08 commit 3d43b91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Build-and-deploy-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
auto-update-conda: true
auto-activate-base: false
- run: |
conda activate env-electron-python
conda info
conda list
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Build-and-deploy-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
auto-update-conda: true
auto-activate-base: false
- run: |
conda activate env-electron-python
conda info
conda list
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
auto-update-conda: true
auto-activate-base: false
- run: |
conda activate env-electron-python
conda info
conda list
Expand Down Expand Up @@ -67,7 +68,7 @@ jobs:
# Clean up the temporary output file
rm server_output.txt
- name: Deploy the application
- name: Deploy the app to GitHub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 3d43b91

Please sign in to comment.