Skip to content

Commit

Permalink
ci: use exactly Python 3.12 and s3cmd 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Jan 27, 2025
1 parent 3d2b2ef commit 51cc73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51cc73f

Please sign in to comment.