Skip to content

Commit

Permalink
fix requirements deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
naishasinha committed Jul 29, 2024
1 parent 3d6cfe4 commit 5309c66
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
pip install --upgrade pip
pip install pipenv
pipenv sync --system
pip install -r requirements.txt
- name: Set PYTHONPATH
run: echo "PYTHONPATH=./scripts" >> $GITHUB_ENV
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
pip install --upgrade pip
pip install pipenv
pipenv sync --system
pip install -r requirements.txt
- name: Set PYTHONPATH
run: echo "PYTHONPATH=./scripts" >> $GITHUB_ENV
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
pip install --upgrade pip
pip install pipenv
pipenv sync --system
pip install -r requirements.txt
- name: Set PYTHONPATH
run: echo "PYTHONPATH=./scripts" >> $GITHUB_ENV
Expand Down

0 comments on commit 5309c66

Please sign in to comment.