Skip to content

Commit

Permalink
removed requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thys3Potgieter committed Aug 7, 2023
1 parent 0cfe810 commit 40f238b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git clone https://[email protected]/thys_potgieter/cbio-proteogenomics-tests.git
pip3 install --upgrade pip
pip3 install flake8 pytest
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
#if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
47 changes: 0 additions & 47 deletions lib/requirements.txt

This file was deleted.

0 comments on commit 40f238b

Please sign in to comment.