Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Sep 12, 2023
1 parent 3018697 commit 6859a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- '.github/workflows/test.yml'
- 'src/**'
- 'tests/**'
- 'Makefile'
- 'requirements.test.txt'
pull_request:
Expand All @@ -26,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.11"]
python-version: ["3.11", ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6859a66

Please sign in to comment.