Update release workflow to use Python 3
This commit is contained in:
parent
abbd2abee5
commit
8e7c843bd6
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
python-version: '3.x'
|
||||
- name: Install Ubuntu Dependencies
|
||||
run: >
|
||||
sudo apt-get update -q && sudo apt-get install
|
||||
|
Loading…
x
Reference in New Issue
Block a user