diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b78ce8..63cbe00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file + run: python3 tests/regex.py \ No newline at end of file