mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-31 15:21:34 -04:00
parent
3d2b2ef95d
commit
51cc73f124
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-cd.yml
vendored
4
.github/workflows/ci-cd.yml
vendored
|
@ -59,8 +59,8 @@ jobs:
|
|||
- name: setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '^3.5'
|
||||
- run: pip install s3cmd==2.3.0
|
||||
python-version: '3.12'
|
||||
- run: pip install s3cmd==2.4.0
|
||||
- run: npm --production=false ci
|
||||
- run: mkdir -p ./test/results
|
||||
- name: lint
|
||||
|
|
Loading…
Add table
Reference in a new issue