Skip to content

Commit f2a6107

Browse files
committed
workflows: Setuptools on Ubuntu require --old-and-unmanageable
1 parent 420256c commit f2a6107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python3 setup.py build
2323
- name: Install extension
2424
run: |
25-
sudo python3 setup.py install
25+
sudo python3 setup.py install --old-and-unmanageable
2626
- name: Run unit tests
2727
run: |
2828
python3 -m unittest

0 commit comments

Comments
 (0)