We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9947b34 commit 0565737Copy full SHA for 0565737
.github/workflows/ci.yml
@@ -31,9 +31,9 @@ jobs:
31
- 5432:5432
32
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
33
steps:
34
- - checkout
35
- run: sudo apt-get update
36
- run: printenv
+ - run: ls
37
- run: sudo pip install setuptools-rust
38
- run: sudo python -m pip install --upgrade pip
39
- run: sudo pip install --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org -r requirements.txt
0 commit comments