Skip to content

Commit

Permalink
chore: disable Apline for Node 16/17 builds
Browse files Browse the repository at this point in the history
Inlined the python 3 since that is the only version used now
  • Loading branch information
nschonni committed Dec 27, 2021
1 parent 308d533 commit 77d12f0
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/alpine.yml
Expand Up @@ -17,22 +17,13 @@ jobs:
node:
- 12
- 14
- 16
- 17

include:
- node: 12
python: python3
- node: 14
python: python3
- node: 16
python: python3
- node: 17
python: python3
# Node 16 and 17 are perma-red for the tests right now
# - 16
# - 17

steps:
- name: Install Alpine build tools
run: apk add --no-cache ${{ matrix.python }} make git gcc g++
run: apk add --no-cache python3 make git gcc g++

- uses: actions/checkout@v2

Expand Down

0 comments on commit 77d12f0

Please sign in to comment.