Skip to content

Commit d4222f7

Browse files
authored
Merge pull request #240 from stratosphereips/ondrej-lukas-patch-1
Update python-checks.yml
2 parents 644586b + 94c7242 commit d4222f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Python Checks
22

33
on:
44
pull_request:
5-
branches: [ main, multi-agent ]
5+
branches: [ main, multi-agent, cyst-integration]
66

77
jobs:
88
build:
99

1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.10"]
13+
python-version: ["3.10", "3.12"]
1414

1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)