Skip to content

Commit

Permalink
Update setuptools in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwebbie committed Mar 28, 2024
1 parent fb53cbd commit ced5484
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests python 3.10
name: Run tests in Ubuntu and Mac
on:
workflow_call:
push:
Expand All @@ -16,10 +16,9 @@ jobs:
with:
fetch-depth: 0
- name: Install depedencies
# the curl fix ModuleNotFoundError: No module named 'pkg_resources'
# python-setuptools fix ModuleNotFoundError: No module named 'pkg_resources'
run: |
sudo apt-get install -y gnupg2
curl https://bootstrap.pypa.io/ez_setup.py | python
sudo apt-get install -y gnupg2 python-setuptools
- name: Setup Python 3.12.2
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -48,8 +47,7 @@ jobs:
fetch-depth: 0
- name: Install depedencies
run: |
sudo apt-get install -y gnupg2
curl https://bootstrap.pypa.io/ez_setup.py | python
sudo apt-get install -y gnupg2 python-setuptools
- name: Setup Python 3.5.4
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -77,10 +75,9 @@ jobs:
with:
fetch-depth: 0
- name: Install depedencies
# the curl fix ModuleNotFoundError: No module named 'pkg_resources'
run: |
brew install gnupg
curl https://bootstrap.pypa.io/ez_setup.py | python
sudo pip3 install setuptools
- name: Setup Python 3.12.2
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit ced5484

Please sign in to comment.