This repository was archived by the owner on Aug 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,12 +44,13 @@ jobs:
4444
4545 - name : Install Poetry
4646 run : |
47- pip install --constraint=.github/workflows/constraints.txt poetry
47+ pipx install --pip-args= --constraint=.github/workflows/constraints.txt poetry
4848 poetry --version
4949
5050 - name : Install Nox
5151 run : |
52- pip install --constraint=.github/workflows/constraints.txt nox nox-poetry
52+ pipx install --pip-args=--constraint=.github/workflows/constraints.txt nox
53+ pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
5354 nox --version
5455
5556 - name : Compute pre-commit cache key
@@ -113,12 +114,13 @@ jobs:
113114
114115 - name : Install Poetry
115116 run : |
116- pip install --constraint=.github/workflows/constraints.txt poetry
117+ pipx install --pip-args= --constraint=.github/workflows/constraints.txt poetry
117118 poetry --version
118119
119120 - name : Install Nox
120121 run : |
121- pip install --constraint=.github/workflows/constraints.txt nox nox-poetry
122+ pipx install --pip-args=--constraint=.github/workflows/constraints.txt nox
123+ pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
122124 nox --version
123125
124126 - name : Download coverage data
You can’t perform that action at this time.
0 commit comments