fix. Use py3 for running regex script

This commit is contained in:
santiagosayshey 2024-06-01 11:13:45 +09:30
parent f8609e34cb
commit 68ab495a09
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install --upgrade pip
pip install colorama
- name: Run regex tests
run: python ./tests/regex.py
run: python3 tests/regex.py