mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
This commit is contained in:
@@ -21,10 +21,11 @@ jobs:
|
|||||||
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: install pip
|
- name: install pip
|
||||||
run: apt update && apt install -y python3-pip
|
run: apt update && apt install -y python3-pip node
|
||||||
- uses: abatilo/actions-poetry@v2
|
- uses: abatilo/actions-poetry@v2
|
||||||
with:
|
with:
|
||||||
poetry-version: "1.5.1"
|
poetry-version: "1.5.1"
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set FOO
|
- name: Set FOO
|
||||||
run: echo "FOO=${{ poetry -V }}" >> $GITHUB_ENV
|
run: echo "FOO=${{ poetry -V }}" >> $GITHUB_ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user