Skip to content

Commit

Permalink
github workflow: use python3 consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jul 20, 2024
1 parent ba1916a commit 62a2407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install --upgrade pip
pip install .
- name: Run tests
run: python -m exo.inference.test_inference_engine
run: python3 -m exo.inference.test_inference_engine

0 comments on commit 62a2407

Please sign in to comment.