Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3775089

Browse files
committedJan 23, 2023
fix(ci): fix curl required by install-poetry action
1 parent 662e9e2 commit 3775089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
deploy:
2020
runs-on: self-hosted
21-
container: python:3.10-slim-bullseye
21+
container: nikolaik/python-nodejs:python3.10-nodejs18
2222
steps:
2323
- uses: actions/checkout@v3
2424

0 commit comments

Comments
 (0)
Please sign in to comment.