Skip to content

Commit c84f14b

Browse files
committed
update dependency & remove requirements.txt
1 parent fb836aa commit c84f14b

File tree

3 files changed

+97
-103
lines changed

3 files changed

+97
-103
lines changed

.github/workflows/python-package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
2828
run: |
29-
python -m pip install --upgrade pip
30-
python -m pip install flake8 pytest poetry
31-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29+
pip install --upgrade pip
30+
pip install flake8 pytest
31+
pip install .
3232
- name: Lint with flake8
3333
run: |
3434
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)