Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Sep 3, 2024
1 parent b9f0517 commit cf3c61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
sudo apt-get install -y libxtst-dev xvfb
- name: Install python dependencies
run: |
python -m pip install --upgrade pip setuptools_rust
pip install -e ./
python -m pip install --upgrade pip
pip install -e '.[dev]'
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit cf3c61f

Please sign in to comment.