Skip to content

Commit

Permalink
Merge pull request #240 from stratosphereips/ondrej-lukas-patch-1
Browse files Browse the repository at this point in the history
Update python-checks.yml
  • Loading branch information
ondrej-lukas authored Oct 23, 2024
2 parents 644586b + 94c7242 commit d4222f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Python Checks

on:
pull_request:
branches: [ main, multi-agent ]
branches: [ main, multi-agent, cyst-integration]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.10", "3.12"]

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

0 comments on commit d4222f7

Please sign in to comment.