Skip to content

Commit

Permalink
Merge pull request #295 from DSD-DBS/fix-pipeline
Browse files Browse the repository at this point in the history
ci: Remove unused Python setup during Docker build
  • Loading branch information
MoritzWeber0 authored Jun 5, 2024
2 parents 12ba624 + 1a72e92 commit 6df2839
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
cache: pip
cache-dependency-path: ./pyproject.toml
python-version: '3.11'
- name: Login to github container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 6df2839

Please sign in to comment.