remove useless package
parent
94a28cd184
commit
ec9ee3ba60
|
@ -25,11 +25,9 @@ jobs:
|
|||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Install libkrb5
|
||||
- name: Install aardwolf on macos
|
||||
run: |
|
||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||
sudo apt-get install -y libkrb5-dev
|
||||
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||
if [ "$RUNNER_OS" == "macOS" ]; then
|
||||
pip download --no-binary aardwolf aardwolf
|
||||
fi
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue