Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lindahl committed Jan 2, 2025
1 parent 1e1095b commit 706f12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- python-version: '3.11'
os: macos-latest
EXTRA: true
- python-version: '3.12'
- python-version: '3.13'
os: macos-latest
EXTRA: true
- python-version: '3.7'
os: windows-latest
EXTRA: true
- python-version: '3.12'
- python-version: '3.13'
os: windows-latest
EXTRA: true
steps:
Expand All @@ -31,11 +31,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install setuptools on python 3.12+
if: ${{ matrix.python-version >= '3.12' }}
run: |
pip install setuptools
- name: Install cdx_toolkit
run: pip install .[test]

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI

on:
# runtime is erratic and up to an hour
push:
branches:
- main
Expand Down Expand Up @@ -38,11 +37,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install setuptools on python 3.12+
if: ${{ matrix.python-version >= '3.12' }}
run: |
pip install setuptools
- name: Install cdx_toolkit
run: pip install .[test]

Expand Down

0 comments on commit 706f12e

Please sign in to comment.