Skip to content
Snippets Groups Projects
Commit 41998fdec09a authored by dependabot[bot]'s avatar dependabot[bot]
Browse files
parent 3e6b17ac9c7a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
- {VERSION: "3.9", TOXENV: "py39"}
name: "Python ${{ matrix.PYTHON.VERSION }} on macOS"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
......@@ -40,7 +40,7 @@
- {VERSION: "3.9", TOXENV: "py39"}
name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
......@@ -65,7 +65,7 @@
- {VERSION: "pypy3", TOXENV: "pypy3"}
name: "${{ matrix.PYTHON.TOXENV }} on linux"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
......@@ -83,7 +83,7 @@
PYTHON:
- {VERSION: "cp36-cp36m", TOXENV: 'py36'}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
......
......@@ -46,7 +46,7 @@
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.8/bin/python3'
name: "${{ matrix.PYTHON.ABI_VERSION }} macOS"
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2.3.4
- run: |
curl "${{ matrix.PYTHON.DOWNLOAD_URL }}" -o python.pkg
sudo installer -pkg python.pkg -target /
......@@ -76,7 +76,7 @@
- {VERSION: "3.6", ABI_VERSION: "cp36"}
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.WINDOWS}}"
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
......@@ -106,7 +106,7 @@
PYTHON:
- {VERSION: "cp36-cp36m", ABI_VERSION: 'cp36'}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- run: |
docker run --rm --privileged hypriot/qemu-register
- uses: docker://quay.io/pypa/manylinux2014_aarch64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment