fix. Use py3 for running regex script
This commit is contained in:
parent
f8609e34cb
commit
68ab495a09
|
|
@ -20,8 +20,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip install colorama
|
pip install colorama
|
||||||
|
|
||||||
- name: Run regex tests
|
- name: Run regex tests
|
||||||
run: python ./tests/regex.py
|
run: python3 tests/regex.py
|
||||||
Loading…
Reference in New Issue