Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed May 21, 2024
1 parent 7671130 commit a6a485a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ jobs:

- name: install requirements
run: |
sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints
python3-pyasn1-modules python3-systemd -y
sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints \
python3-parted python3-pexpect python3-pyasn1-modules \
python3-systemd -y
sudo make test-requirements
if [[ "${{ matrix.django-version }}" != "pinned" ]]; then
sudo pip install "django~=${{ matrix.django-version }}.0"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/verify-gha-unit-tests-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- uses: actions/checkout@v2
- name: install requirements
run: |
sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints
python3-pyasn1-modules python3-systemd -y
sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints \
python3-parted python3-pexpect python3-pyasn1-modules \
python3-systemd -y
sudo make test-requirements
- name: verify unit tests count
Expand Down

0 comments on commit a6a485a

Please sign in to comment.