Skip to content

Commit

Permalink
feat: try darwin and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lindahl committed Aug 29, 2024
1 parent 416ed67 commit 0acd55e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
os: [ubuntu-latest]
EXTRA: [false] # used to force includes to get included
include:
- python-version: '3.7'
os: macos-latest
arch: x64
EXTRA: true
- python-version: '3.11'
os: macos-latest
EXTRA: true
Expand Down Expand Up @@ -48,10 +44,7 @@ jobs:
pip install setuptools
- name: Install warcio
run: python setup.py install

- name: Install test dependencies
run: pip install ".[testing]"
run: pip install .[testing]

- name: Run tests
run: python -m pytest
Expand Down

0 comments on commit 0acd55e

Please sign in to comment.