Skip to content

Commit

Permalink
fix broken test pipeline (due to ubuntu update)
Browse files Browse the repository at this point in the history
  • Loading branch information
fariedabuzaid committed Nov 10, 2023
1 parent 25e6a6e commit 52b5122
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: install distutils
run: sudo apt install python${{ matrix.python-version }}-distutils
- name: Build requirments.txt
uses: divideprojects/poetry-export-requirements-action@v1
with:
Expand Down

0 comments on commit 52b5122

Please sign in to comment.