Skip to content

Commit 9d59071

Browse files
committed
ci: remove unnecessary installs of the package
1 parent 18f2eca commit 9d59071

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/pylint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ jobs:
1515
run: |
1616
python -m pip install --upgrade pip
1717
pip install pylint
18-
pip install .
1918
- name: Run pylint
2019
run: pylint src/aidsorb/

.github/workflows/unittest.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,5 @@ jobs:
1111
uses: actions/setup-python@v5
1212
with:
1313
python-version: "3.x"
14-
- name: Install the package
15-
run: |
16-
python -m pip install --upgrade pip
17-
pip install .
1814
- name: Run unit tests
1915
run: python -m unittest

0 commit comments

Comments
 (0)