Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d22ac20

Browse filesBrowse files
authored
Merge pull request #90 from EliahKagan/ci-install
Test installing project on CI
2 parents 3612999 + e7937ae commit d22ac20
Copy full SHA for d22ac20

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎.github/workflows/pythonpackage.yml

Copy file name to clipboardExpand all lines: .github/workflows/pythonpackage.yml
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.