Skip to content

Commit

Permalink
Add perl to alpine (should work now)
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Nov 24, 2024
1 parent 942b371 commit ce806e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ jobs:
# can't use setup-python because that python doesn't seem to work;
# `python3-dev` (rather than `python:alpine`) for some ctypes reason,
# `nodejs` for pyright (`node-env` pulls in nodejs but that takes a while and can time out the test).
run: apk update && apk add python3-dev bash nodejs
# `perl` for a platform independent `sed -i` alternative
run: apk update && apk add python3-dev bash nodejs perl
- name: Enter virtual environment
run: python -m venv .venv
- name: Run tests
Expand Down

0 comments on commit ce806e9

Please sign in to comment.