Skip to content

Commit

Permalink
style(nyz): disable platform test in py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed May 6, 2024
1 parent fd2d6ff commit 66ff69b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/platform_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ (matrix.os == 'macos-latest' && matrix.python-version == '3.7') && '3.7.16' || matrix.python-version }}
- name: do_platform_test
timeout-minutes: 30
run: |
Expand Down

0 comments on commit 66ff69b

Please sign in to comment.