Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Sep 13, 2023
1 parent 4c47904 commit 10ac978
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Dependencies
run: pip install -r requirements/ci.txt
run: |
python -m pip install --upgrade pip
pip install flake8
pip install -r requirements/ci.txt
- name: Run Tests
run: tox -e ${{ matrix.toxenv }}
Expand Down

0 comments on commit 10ac978

Please sign in to comment.