We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9653967 + 27db090 commit 9e25533Copy full SHA for 9e25533
3 files changed
.github/workflows/oldest-postgres.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Install oldest supported versions
57
uses: fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.0
58
with:
59
- command: pip install -r oldest/requirements.txt
+ command: pip install -r oldest/requirements.rq
60
- name: Run tests without xdist
61
62
newsfragments/+6e2cf3ce.misc.rst
@@ -0,0 +1 @@
1
+Different approach to oldest requirements file. Trying to get dependabot off of it.
oldest/requirements.txt oldest/requirements.rqoldest/requirements.txt renamed to oldest/requirements.rq
0 commit comments