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 9a94f9d commit 2084a51Copy full SHA for 2084a51
.github/workflows/run-golden-tests.yml
@@ -17,6 +17,7 @@ jobs:
17
python-version: ${{ env.PYTHON_VERSION }}
18
- name: Install dependencies and package
19
run: |
20
+ python -m pip install --upgrade pip setuptools wheel
21
pip install -r requirements.txt
22
python setup.py install
23
- name: Run tests
.github/workflows/run-unit-tests.yml
@@ -17,7 +17,7 @@ jobs:
- name: install dependencies
- python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install pytest
0 commit comments