Skip to content

Commit 17bcb56

Browse files
committed
Remove unecessary concurrency on CI action and added python 3.11
1 parent 12a13f5 commit 17bcb56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
- '3.8'
1919
- '3.9'
2020
- '3.10'
21-
concurrency:
22-
group: ${{ github.workflow }}-${{ github.ref }}
21+
- '3.11'
2322
steps:
2423

2524
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)