Skip to content

Commit

Permalink
Merge pull request #399 from chinapandaman/PPF-398
Browse files Browse the repository at this point in the history
PPF-398: update actions
  • Loading branch information
chinapandaman authored Oct 25, 2023
2 parents 993631e + c1bc9de commit 23efb89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-black-isort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.10" ]

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.BLACK_ISORT_TOKEN }}
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: '3.x'
- name: Install black/isort
run: pip install black isort
- name: If needed, commit black/isort changes to the pull request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]

steps:
Expand Down

0 comments on commit 23efb89

Please sign in to comment.