Skip to content

Commit

Permalink
remove unnecessary statement in CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Aug 23, 2024
1 parent 7638ffd commit 53be879
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
env:
AIOHTTP_VERSION: ${{ matrix.aiohttp-version }}
run: |
python -V -V
python -m pip install -U pip pip-tools
time pip-compile requirements-dev.in
time pip-sync requirements-dev.txt
Expand Down

0 comments on commit 53be879

Please sign in to comment.