Skip to content

Commit

Permalink
Attempt a binary wheel of lxml in combination with {macos, py3.10}
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Oct 10, 2022
1 parent 642fe87 commit 4e9e7a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittests.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
python-version: ["3.10.0-alpha.1"]
python-version: ["3.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -24,6 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --only-binary=lxml lxml
pip install -r requirements-dev.txt
- name: Unittest and Coverage Report
run: |
Expand Down

0 comments on commit 4e9e7a8

Please sign in to comment.