Skip to content

Commit

Permalink
'final_update'
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvaneshkm committed Jun 16, 2024
1 parent 0329e35 commit 7f95b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest black mypy
pip install flake8 pytest black
pip install tox==3.24.4
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest black mypy
pip install flake8 pytest black
pip install tox==3.24.4
pip install -r requirements.txt
pip install build
Expand Down

0 comments on commit 7f95b1e

Please sign in to comment.