Skip to content

Commit

Permalink
sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Oct 22, 2024
1 parent 28be508 commit 25fea67
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, windows-latest]
include:
- os: macos-13
- os: macos-latest
python-version: '3.8'
- os: macos-latest
python-version: '3.12'
Expand All @@ -24,9 +24,13 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Print platform info
run: |
import platform
print(platform.processor())
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip==24.1
python -m pip install invoke .[test]
- name: Test with minimum versions
run: invoke minimum

0 comments on commit 25fea67

Please sign in to comment.