Skip to content

Commit

Permalink
fix(ci): no package named pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
japsu committed Nov 4, 2023
1 parent 773b319 commit cbcc6d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: docker/setup-buildx-action@v1
- id: build
run: |
python3 -m pip install -U pip setuptools wheel
python3 -m pip install emskaffolden
emskaffolden -E staging -- build --file-output build.json
echo "::set-output name=build_json::$(base64 -w 0 < build.json)"
Expand All @@ -47,6 +48,7 @@ jobs:
skaffold: '1.20.0'
- uses: docker/setup-buildx-action@v1
- run: |
python3 -m pip install -U pip setuptools wheel
python3 -m pip install emskaffolden
base64 -d <<< "${{ needs.build.outputs.build_json }}" > build.json
emskaffolden -E production -- deploy -n infotv -a build.json

0 comments on commit cbcc6d4

Please sign in to comment.