Skip to content

Commit

Permalink
rename action
Browse files Browse the repository at this point in the history
Tox run tests from a sdist setup without C-extensions
  • Loading branch information
mozman committed Dec 11, 2020
1 parent 50e3673 commit c2f2eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Testing by Tox
name: Test without C-extension

on:
push:
Expand All @@ -20,10 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Tox and any other packages
- name: Install Tox
run: pip install tox
- name: Run Tox
run: tox -c tox-template.ini -e py # Run tox using the version of Python in `PATH`

0 comments on commit c2f2eb5

Please sign in to comment.