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 5e82637 commit 531b6f1Copy full SHA for 531b6f1
1 file changed
.github/workflows/pipeline.yml
@@ -13,7 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- # Checking out the repo
17
- uses: actions/checkout@v3
18
19
# https://github.com/docker/setup-qemu-action
@@ -54,12 +53,8 @@ jobs:
54
53
options: --user 1001
55
56
57
58
59
60
- - name: Install Pre Commit
61
- run: python3 -m pip install --no-cache-dir --quiet --upgrade --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org git+https://github.com/pre-commit/[email protected]
62
-
63
- name: cd GITHUB_WORKSPACE
64
run: cd $GITHUB_WORKSPACE
65
0 commit comments