We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setuptools
1 parent 85a48e1 commit 0119e77Copy full SHA for 0119e77
1 file changed
.github/workflows/pyatlan-pr.yaml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Install dependencies
58
run: |
59
- python -m pip install --no-cache-dir --upgrade pip
+ python -m pip install --no-cache-dir --upgrade pip setuptools
60
if [ -f requirements.txt ]; then pip install --no-cache-dir -r requirements.txt; fi
61
if [ -f requirements-dev.txt ]; then pip install --no-cache-dir -r requirements-dev.txt; fi
62
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
107
108
0 commit comments