Skip to content

Commit 9e25533

Browse files
authored
Merge pull request #1145 from dbfixtures/diff-oldest
Rename requirements.txt to requirements.rq
2 parents 9653967 + 27db090 commit 9e25533

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/oldest-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install oldest supported versions
5757
uses: fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.0
5858
with:
59-
command: pip install -r oldest/requirements.txt
59+
command: pip install -r oldest/requirements.rq
6060
- name: Run tests without xdist
6161
uses: fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.0
6262
with:

newsfragments/+6e2cf3ce.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Different approach to oldest requirements file. Trying to get dependabot off of it.

0 commit comments

Comments
 (0)