Skip to content

Commit

Permalink
avoid assuming scripts go into bin
Browse files Browse the repository at this point in the history
  • Loading branch information
singergr-ctds committed Jun 26, 2020
1 parent e6f126a commit 54959db
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,12 @@ jobs:
sudo installer -pkg python-${{ matrix.python }}-macosx10.9.pkg -target /
rm python-${{ matrix.python }}-macosx10.9.pkg
sudo ln -fs /usr/local/bin/python3 /usr/local/bin/python
python --version
hash python
python --version
- name: Run Tests
if: matrix.os != 'windows-latest'
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox virtualenv
tox -e py3
python -m tox -e py3
- name: Package
env:
GDC_CLIENT_NO_ZIP: true
Expand Down

0 comments on commit 54959db

Please sign in to comment.