mirror of
https://github.com/sprockets/sprockets.mixins.avro-publisher.git
synced 2024-11-25 19:29:54 +00:00
Testing.yaml: install gcc libraries
This commit is contained in:
parent
607e9b42ac
commit
2fff27605e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/testing.yaml
vendored
3
.github/workflows/testing.yaml
vendored
|
@ -35,6 +35,9 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- name: Install GCC Libraries and Headers
|
||||||
|
run: apk add gcc linux-headers make musl-dev python3-dev
|
||||||
|
|
||||||
- name: Install testing dependencies
|
- name: Install testing dependencies
|
||||||
run: pip3 install -r requires/testing.txt
|
run: pip3 install -r requires/testing.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue