Skip to content

Commit

Permalink
testing alpine fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p-s-cott committed Jul 27, 2023
1 parent 98bee33 commit 2d4935c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/app-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ jobs:
python -m pip install --upgrade pip
apk update
apk add python3-dev py3-wheel gcc libc-dev linux-headers libmagic libressl-dev
pip3 install -r ./requirements.txt
#pip3 install -r ./requirements.txt
python -m pip install -r ./requirements.txt
- name: Run varc Python
run: |
python3 varc.py
Expand Down

0 comments on commit 2d4935c

Please sign in to comment.