Skip to content

Commit

Permalink
Downgrading to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Jul 28, 2024
1 parent c9dedc2 commit 3905d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push]
jobs:
test:
runs-on: ubuntu-latest
container: python:3.11
container: python:3.9
# Service containers to run with `container-job`
services:
# Label used to access the service container
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.9

WORKDIR /opt/app

Expand Down

0 comments on commit 3905d70

Please sign in to comment.