Skip to content

Commit

Permalink
fixing ci.yml to fix mock test
Browse files Browse the repository at this point in the history
  • Loading branch information
drewschaub committed Feb 18, 2025
1 parent 6ca1abd commit 45e0a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
pip install pytest pytest-cov flake8 black
pip install pytest pytest-cov pytest-mock flake8 black
- name: Lint with Flake8
run: |
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 45e0a6a

Please sign in to comment.