Skip to content

Commit

Permalink
fix: Update python version to 3.12.7 in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samarpan1738 committed Dec 12, 2024
1 parent 240501a commit 0a3c8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: python:3.12-slim-bookworm
container: python:3.12.7-slim-bookworm

services:
db:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.12.7'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 0a3c8af

Please sign in to comment.