remove useless package

main
mpgn 2022-07-06 11:16:53 -04:00
parent 94a28cd184
commit ec9ee3ba60
1 changed files with 2 additions and 4 deletions

View File

@ -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