We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0007fb9 commit 048ae9dCopy full SHA for 048ae9d
.github/workflows/test.yml
@@ -51,6 +51,10 @@ jobs:
51
uses: actions/setup-python@v2
52
with:
53
python-version: ${{ matrix.python-version }}
54
+ - name: Upgrade pip
55
+ run: |
56
+ python -m pip install --upgrade pip
57
+ pip install --upgrade wheel setuptools build
58
- name: Install
59
run: pip install --disable-pip-version-check -e .[tests]
60
- name: Test
.github/workflows/test_integration.yml
@@ -53,6 +53,10 @@ jobs:
python-version: 3.8
61
run: pip install --disable-pip-version-check -e .[apm,tests]
62
0 commit comments