Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Oct 25, 2023
1 parent 9eb162c commit 58d7997
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
- name: python3 install.py
run: |
python3 install.py
. ./activate.sh && python --version
1 change: 1 addition & 0 deletions .github/workflows/push_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
- name: python3 install.py
run: |
python3 install.py
. ./activate.sh && python --version
1 change: 1 addition & 0 deletions .github/workflows/push_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
- name: python install.py
run: |
python install.py
. ./activate.sh && python --version
shell: bash

0 comments on commit 58d7997

Please sign in to comment.