Skip to content

Commit bd9d281

Browse files
Merge pull request #264 from petracihalova/remove_requirements_file
[RHCLOUD-37677] remove the requirements.txt file from the repo
2 parents ac05552 + 6c80e23 commit bd9d281

File tree

4 files changed

+3
-34
lines changed

4 files changed

+3
-34
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@ jobs:
1717
with:
1818
python-version: '3.9'
1919

20-
- name: Install Pipenv
21-
run: pip install pipenv
22-
2320
- name: Run Pre-Commit
2421
uses: pre-commit/[email protected]

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@ repos:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
1515
- id: debug-statements
16-
- repo: https://github.com/casey-williams-rh/pipenv-pre-commit
17-
rev: v1.1.0
18-
hooks:
19-
- id: pipenv-generate-requirements

konflux-pr-check.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
set -ex
33

44
echo "INSTALL DEPENDENCIES"
5-
microdnf install -y python39
5+
microdnf install --nodocs -y python39
66
pip3 install --upgrade pip
7-
pip3 install --no-cache-dir -r requirements.txt
7+
pip3 install micropipenv
8+
micropipenv install
89

910
# #Run black/lint command
1011
pip3 install black==25.1.0

requirements.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)