Invoke correct binary

This commit is contained in:
Greg Hellings
2022-06-01 00:24:47 -05:00
parent 3e26a51062
commit 46dbcf20c2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ runs:
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: python-pip
key: ${{ runner.os }}-pip
- name: Install Pip and tox
shell: bash
run: |