Skip to content

Commit

Permalink
Update publish_PyPi.yml (#484)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Mar 31, 2024
1 parent 4cb1ff6 commit 6540939
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_PyPi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
submodules: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -64,6 +65,8 @@ jobs:
python3.10-venv

- uses: actions/checkout@v3
with:
submodules: true
- name: test
shell: wsl-bash {0}
run: |
Expand Down Expand Up @@ -91,6 +94,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 6540939

Please sign in to comment.