Skip to content

Commit

Permalink
test python image
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 21, 2024
1 parent bdd80b8 commit 7e4b765
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: ubuntu # https://dev.to/duplys/cant-access-service-container-in-github-actions-heres-how-to-fix-it-10i1
container: python:3.13.1-bookworm # https://dev.to/duplys/cant-access-service-container-in-github-actions-heres-how-to-fix-it-10i1
environment: fast-batteries-CI
services:
postgres:
Expand Down Expand Up @@ -68,11 +68,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Python 3.13.1
uses: actions/setup-python@v4
with:
python-version: 3.13.1

- name: Debug env
run: printenv

Expand Down

0 comments on commit 7e4b765

Please sign in to comment.