Fix checking for macOS
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Install requirements
|
||||
run: |
|
||||
sed -i -e 's/^/#/' tests/gnupghome/gpg-agent.conf
|
||||
[ $(uname) = "Darwin"] && ./install_dependencies.osx.sh || ./install_dependencies.linux.sh
|
||||
[ "$(uname)" = "Darwin" ] && ./install_dependencies.osx.sh || ./install_dependencies.linux.sh
|
||||
pip install tox
|
||||
- name: Run Tox
|
||||
run: ./tox.sh -e py
|
||||
|
||||
Reference in New Issue
Block a user