mirror of
https://github.com/distribution/distribution.git
synced 2025-08-01 23:18:31 +00:00
fix python
Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
parent
2c31eff9ee
commit
ca2ef13af9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Dependencies
|
||||
run: |
|
||||
sudo apt-get -q update
|
||||
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install python
|
||||
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install python3
|
||||
cd /tmp && go install github.com/vbatts/git-validation@latest
|
||||
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user