Tentative fix for the GitHub action.

This commit is contained in:
Mikaël Capelle
2021-02-07 17:39:47 +01:00
parent dcbef4cf27
commit 59ba189a86
+3 -1
View File
@@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
path: basic_games
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
@@ -21,4 +23,4 @@ jobs:
python -m pip install --upgrade pip
pip install tox
- name: Test with tox
run: tox -e py38-lint
run: tox -e py38-lint