Run regular tests for 3.9 under other ubuntu systems

This commit is contained in:
Matthias 2022-06-20 07:15:15 +02:00
parent 50c19ece53
commit 1cd2b0504a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ jobs:
- name: Tests
run: |
pytest --random-order --cov=freqtrade --cov-config=.coveragerc
if: matrix.python-version != '3.9'
if: matrix.python-version != '3.9' && matrix.os != 'ubuntu-22.04'
- name: Tests incl. ccxt compatibility tests
run: |