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 18df625 commit dbb2d7bCopy full SHA for dbb2d7b
1 file changed
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
path: ${{ steps.pip-cache.outputs.dir }}
68
restore-keys: |
69
pip-ci-${{ runner.os }}-${{ matrix.python-version }}-
70
- - name: Install dependencies
+ - name: Install dependencies
71
uses: py-actions/py-dependency-install@v2
72
with:
73
path: requirements-dev.txt
@@ -97,9 +97,12 @@ jobs:
97
uses: actions/setup-python@v2
98
99
python-version: 3.8
100
101
+ uses: py-actions/py-dependency-install@v2
102
+ with:
103
+ path: requirements-dev.txt
104
+ - name: Install twine
105
run: |
- make setup
106
python -m pip install twine
107
- name: Make dists
108
0 commit comments