Skip to content

Commit 2408a35

Browse files
committed
update setuptools installation
1 parent 5238ca3 commit 2408a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build_test_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- name: Install Dependencies
229229
run: |
230230
echo `python3 --version`
231-
sudo apt-get install -y python-setuptools
231+
sudo apt-get install -y python3-setuptools
232232
python3 -m pip install --upgrade pip
233233
python3 -m pip install setuptools
234234
python3 -m pip install matplotlib

0 commit comments

Comments
 (0)