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

Commit 03e8314

Browse files
author
Zak Zajac
committed
Removed references to travis
moved from python -m pip upgrade to straight pip upgrade for 3.5 not working
1 parent e8a8a20 commit 03e8314

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-
python -m pip install --upgrade pip
25+
pip install --upgrade pip
2626
pip install tox tox-gh-actions
2727
2828
- name: Test with tox

0 commit comments

Comments
 (0)