Skip to content

Commit

Permalink
Update test_packages.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Dec 29, 2022
1 parent 70e1aee commit 30f0d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- name: Test PyPi
run: |
python3 -m pip install gnoll --index-url https://test.pypi.org/simple/
python3 -m pip install gnoll # --index-url https://test.pypi.org/simple/
python3 -c "from gnoll import roll; roll('d34')"
pypi_windows:
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Test Windows
shell: wsl-bash {0}
run: |
python3 -m pip install gnoll --index-url https://test.pypi.org/simple/
python3 -m pip install gnoll # --index-url https://test.pypi.org/simple/
python3 -c "from gnoll import roll; roll('d34')"
pypi_mac:
Expand All @@ -54,5 +54,5 @@ jobs:
run: make all
- name: Test
run: |
python3 -m pip install gnoll --index-url https://test.pypi.org/simple/
python3 -m pip install gnoll # --index-url https://test.pypi.org/simple/
python3 -c "from gnoll import roll; roll('d34')"

0 comments on commit 30f0d8e

Please sign in to comment.