mirror of
https://github.com/monero-project/monero-site.git
synced 2025-03-11 17:06:23 +00:00
Merge pull request #1569 from selsta/gh-actions-python
workflows: fix python-pip install
This commit is contained in:
commit
f3eba35f20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/hashes.yaml
vendored
2
.github/workflows/hashes.yaml
vendored
|
@ -12,7 +12,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
validate-hashes:
|
validate-hashes:
|
||||||
name: Validate Hashes
|
name: Validate Hashes
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue