Skip to content

Commit

Permalink
Debug macos-latest
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Jul 25, 2024
1 parent 629fa0a commit 99f5b21
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
os: [macos-latest]
python-version:
- "3.12"
- "3.11"
- "3.10"
- "3.9"
- "3.8"
- "3.7"

steps:
- name: Checkout
Expand All @@ -22,13 +27,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# - name: Install
# run: |
# pip install -e .[test]
# pip install -e .[build]
#
# - name: Test
# run: py.test -vvs
#
# - name: Build
# run: python setup.py build sdist bdist_wheel
- name: Install
run: |
pip install -e .[test]
pip install -e .[build]
- name: Test
run: py.test -vvs

- name: Build
run: python setup.py build sdist bdist_wheel

0 comments on commit 99f5b21

Please sign in to comment.