Skip to content

Commit

Permalink
fix: Remove container definition from github workflow
Browse files Browse the repository at this point in the history
This was causing error while installing python requirements. It's conflicting with `actions/setup-python@v4`
  • Loading branch information
samarpan1738 committed Dec 17, 2024
1 parent 672b64f commit b4bcaa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: python:3.12-slim-bookworm

services:
db:
Expand Down

0 comments on commit b4bcaa1

Please sign in to comment.