env fix
Some checks failed
Tests / test (3.10) (push) Failing after 5m31s
Tests / test (3.11) (push) Failing after 5m34s
Tests / test (3.7) (push) Failing after 39s
Tests / test (3.8) (push) Failing after 5m53s
Tests / test (3.9) (push) Failing after 5m23s

This commit is contained in:
Profitroll 2023-11-19 23:08:09 +01:00
parent 9733557463
commit b0b874bfc8
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -18,8 +18,6 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
env:
RMV_TOKEN: ${{ secrets.RMV_TOKEN }}
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
@ -32,5 +30,7 @@ jobs:
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Test with tox
env:
RMV_TOKEN: ${{ secrets.RMV_TOKEN }}
run: tox