We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a0902 commit 113d663Copy full SHA for 113d663
.github/workflows/ci.yaml
@@ -13,8 +13,8 @@ jobs:
13
pre-commit:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2
17
- - uses: actions/setup-python@v1
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v6
18
- name: Set PY
19
run: |
20
echo "PY=$(python -c 'import hashlib,sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV
@@ -48,8 +48,8 @@ jobs:
48
GIT_SHA1: ${{ github.sha }}
49
IS_PR: ${{ github.event_name == 'pull_request' }}
50
51
52
53
- run: pip install -r tests/ci-requirements.txt
54
55
# Build images
0 commit comments