Skip to content

Commit 20b00cf

Browse files
committed
test modified prelease
1 parent 1439bd9 commit 20b00cf

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
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/setup-python@v2
4141
with:
4242
python-version: 3.8.x
43-
- run: pip install --pre -r requirements.txt
43+
- run: pip install -r requirements.txt
4444
- run: pip freeze
4545
- run: make fmt
4646
- run: make lint

0 commit comments

Comments
 (0)