Merge pull request #1569 from selsta/gh-actions-python

workflows: fix python-pip install
This commit is contained in:
binaryFate 2021-04-11 12:45:21 +02:00 committed by GitHub
commit f3eba35f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ on:
jobs:
validate-hashes:
name: Validate Hashes
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies