Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed May 21, 2024
1 parent 92e1834 commit c702f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: |
sudo apt-get -y purge python3.8 && \
sudo apt-get -y autoremove && \
sudo apt-get install software-properties-common && \
sudo add-apt-repository ppa:deadsnakes/ppa -y && \
sudo apt-get install python3.11 python3.11-dev python3.11-distutils -y
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify-gha-unit-tests-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: |
sudo apt-get -y purge python3.8 && \
sudo apt-get -y autoremove && \
sudo apt-get install software-properties-common && \
sudo add-apt-repository ppa:deadsnakes/ppa -y && \
sudo apt-get install python3.11 python3.11-dev python3.11-distutils -y
Expand Down

0 comments on commit c702f0c

Please sign in to comment.