Skip to content

Commit d22ac20

Browse files
authored
Merge pull request gitpython-developers#90 from EliahKagan/ci-install
Test installing project on CI
2 parents 3612999 + e7937ae commit d22ac20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
allow-prereleases: true
29-
- name: Install dependencies
29+
- name: Install project and dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install -r requirements.txt
32+
pip install .
3333
- name: Lint with flake8
3434
run: |
3535
pip install flake8

0 commit comments

Comments
 (0)