Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit c58d7d4

Browse files
author
Zak Zajac
committed
manifest will now include readme for setup.py long description. tox and
github actions are now enabled for all python versions
1 parent 03e8314 commit c58d7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25-
pip install --upgrade pip
25+
python -m pip install --upgrade pip
2626
pip install tox tox-gh-actions
2727
2828
- name: Test with tox

0 commit comments

Comments
 (0)