Skip to content

Commit

Permalink
fixup! remove python2 usage and upgrade s3cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerkesni committed Jun 21, 2023
1 parent e04f3f3 commit e6a984d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-ci/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ runs:
key: ${{ runner.os }}-pip
- uses: actions/setup-python@v4
with:
python-version: |
2.7
3.9
python-version: '3.9'
- name: Install python deps
shell: bash
run: |
Expand Down

0 comments on commit e6a984d

Please sign in to comment.