We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f2eca commit 9d59071Copy full SHA for 9d59071
.github/workflows/pylint.yaml
@@ -15,6 +15,5 @@ jobs:
15
run: |
16
python -m pip install --upgrade pip
17
pip install pylint
18
- pip install .
19
- name: Run pylint
20
run: pylint src/aidsorb/
.github/workflows/unittest.yaml
@@ -11,9 +11,5 @@ jobs:
11
uses: actions/setup-python@v5
12
with:
13
python-version: "3.x"
14
- - name: Install the package
- run: |
- python -m pip install --upgrade pip
- name: Run unit tests
run: python -m unittest
0 commit comments