Skip to content
Snippets Groups Projects
Commit 7fa25ac61e18 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

fix for new docker images (#303)

* fix for new docker images

* Update config.yml

* Update ci.yml
parent 6c2b7654e57d
Branches
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
image: <<parameters.image>>
- docker-run:
image: <<parameters.image>>
command: tox -e <<parameters.toxenv>>
command: /venv/bin/tox -e <<parameters.toxenv>>
linux-arm64-wheel:
machine:
image: ubuntu-2004:current
......
......@@ -85,6 +85,6 @@
- {IMAGE: "alpine", TOXENV: "py39"}
name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.1
with:
persist-credentials: false
......@@ -89,5 +89,5 @@
with:
persist-credentials: false
- run: 'tox'
- run: '/venv/bin/tox'
env:
TOXENV: ${{ matrix.IMAGE.TOXENV }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment