Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit 571f807

Browse files
author
Jason Costello
committed
[WIP] Fixing syntax
1 parent 896cb4a commit 571f807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install -e ".[dev]"; fi
25+
pip install -e ".[dev]"
2626
- name: Run tests
2727
env:
2828
TOX_ENV: py${{matrix.python-version}}

0 commit comments

Comments
 (0)