Skip to content

Commit

Permalink
update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-shcherbak committed Oct 15, 2024
1 parent 4b6812d commit 5057d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
compliance: ['red', 'green']
container:
image: python:3.8
image: python:3.10
env:
COMPLIANCE: ${{ matrix.compliance }}
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved')
Expand Down

0 comments on commit 5057d5f

Please sign in to comment.