summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Clauss <[email protected]>2020-01-20 13:35:10 +0100
committerGitHub <[email protected]>2020-01-20 13:35:10 +0100
commit798a7f9c8e5f0ca0fb6a433b9d0f2dead242949f (patch)
tree69fe0a5f6988be1888ddd8c604bdda6f2b3ffc7f /.github
parent43f80b767aebf27447a0607b7ecc372682339868 (diff)
GitHub Action: There is no requirements.txt
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Python_tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Python_tests.yml b/.github/workflows/Python_tests.yml
index a9ad8f8..1a6e422 100644
--- a/.github/workflows/Python_tests.yml
+++ b/.github/workflows/Python_tests.yml
@@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install flake8 pytest -r requirements.txt
+ pip install flake8 pytest # -r requirements.txt
#- name: Check formatting with black
# if: matrix.python-version == '3.8'
# run: |