Skip to content

Commit 4e8e5b4

Browse files
committed
Stop building for Linux.
1 parent 7c108fa commit 4e8e5b4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: pdqhash-python CI/CD
22

33
on: workflow_dispatch
44

5+
# We don't currently build for Linux, because
6+
# we need to sort out manylinux. Maybe another day!
57
jobs:
68
build:
79
name: Build Package
810
strategy:
911
matrix:
1012
python: ['3.7', '3.8', '3.9', '3.10']
11-
os: [windows-latest, macos-latest, ubuntu-20.04]
13+
os: [windows-latest, macos-latest]
1214
runs-on: ${{ matrix.os }}
1315
steps:
1416
- name: Checkout Code

0 commit comments

Comments
 (0)