Skip to content

Commit b7efa62

Browse files
committed
feat: wip: setup github actions
1 parent 45f1727 commit b7efa62

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, macos-latest, windows-latest]
10+
# FIXME
11+
# os: [ubuntu-latest, macos-latest, windows-latest]
12+
os: [ubuntu-latest]
1113
python-version: ["3.8", "3.9", "3.11", "3.13", "pypy3.10"]
1214
# exclude:
1315
# - os: macos-latest
@@ -17,6 +19,9 @@ jobs:
1719

1820
steps:
1921
- uses: actions/checkout@v4
22+
- uses: ConorMacBride/install-package@v1
23+
with:
24+
apt: libmemcached-dev
2025
- name: Setup PDM
2126
uses: pdm-project/setup-pdm@v4
2227
- name: Install dependencies

0 commit comments

Comments
 (0)