Skip to content

Commit 3f45823

Browse files
committed
removed direct invocation of setup.py from CI due to deprecation
1 parent 8eca77a commit 3f45823

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
run: |
7272
python -m pip install --upgrade pip
7373
pip install -U -r requirements.txt
74-
pip install pytest requests
75-
python setup.py install
74+
pip install pytest requests setuptools .
7675
rm -rf ./timetagger ./build ./egg-info
7776
- name: Test with pytest
7877
shell: bash

0 commit comments

Comments
 (0)