Skip to content

Commit

Permalink
This should fix the Github Actions error
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-CTL committed Jul 12, 2024
1 parent 23ab0dd commit f8d074d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run tests
run: python -m venv ve
run: ./ve/bin/python install -r test_reqs.txt
run: ./ve/bin/python runtests.py
run: python -m venv ve &&
./ve/bin/python install -r test_reqs.txt &&
./ve/bin/python runtests.py

0 comments on commit f8d074d

Please sign in to comment.