Skip to content

Commit

Permalink
Fixed missing && in test_suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
llegregam committed Jan 21, 2025
1 parent e17cdfd commit 4cd4ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
architecture: x64
- name: Install Dependencies
run:
python -m pip install --upgrade pip
python -m pip install --upgrade pip &&
pip install tox tox-gh-actions
- name: Test with tox
run: tox

0 comments on commit 4cd4ece

Please sign in to comment.