Skip to content

Commit 0565737

Browse files
committed
remove chectout
1 parent 9947b34 commit 0565737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- 5432:5432
3232
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3333
steps:
34-
- checkout
3534
- run: sudo apt-get update
3635
- run: printenv
36+
- run: ls
3737
- run: sudo pip install setuptools-rust
3838
- run: sudo python -m pip install --upgrade pip
3939
- run: sudo pip install --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org -r requirements.txt

0 commit comments

Comments
 (0)