Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed May 8, 2023
1 parent 08b7166 commit 862fd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install -e ".[dev]"
python -m pip install -e ".[dev]"
- name: Run integration tests
run: |
tox -e integration-tests
Expand Down

0 comments on commit 862fd54

Please sign in to comment.