Skip to content

Commit

Permalink
fix(ci): fix curl required by install-poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclimse committed Jan 23, 2023
1 parent 662e9e2 commit 3775089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
deploy:
runs-on: self-hosted
container: python:3.10-slim-bullseye
container: nikolaik/python-nodejs:python3.10-nodejs18
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3775089

Please sign in to comment.