Skip to content

Commit

Permalink
fix: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed May 21, 2024
1 parent ec19483 commit 1ac31e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: install requirements
run: |
sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints
python3-pexpect python3-pyasn1-modules
python3-parted python-pexpect python3-pyasn1-modules
python3-systemd -y
sudo make test-requirements
if [[ "${{ matrix.django-version }}" != "pinned" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-gha-unit-tests-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: install requirements
run: |
sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints
python3-pexpect python3-pyasn1-modules
python3-parted python-pexpect python3-pyasn1-modules
python3-systemd -y
sudo make test-requirements
Expand Down

0 comments on commit 1ac31e7

Please sign in to comment.