Skip to content

Commit

Permalink
[chore] update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed May 11, 2024
1 parent c8833f6 commit c1041aa
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: PDM Test
name: pytest & hypothesis

on:
push:
pull_request:
on: [push, pull_request, workflow_dispatch]

jobs:
test:
Expand All @@ -12,11 +10,16 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10"]
exclude:
- os: macos-latest
python-version: "3.7"
- os: macos-latest
python-version: "pypy3.7"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup PDM and Python ${{ matrix.python-version }}
uses: pdm-project/setup-pdm@v3
uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit c1041aa

Please sign in to comment.