Skip to content

Commit

Permalink
remove chectout
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisLuii committed Jan 6, 2024
1 parent 9947b34 commit 0565737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- checkout
- run: sudo apt-get update
- run: printenv
- run: ls
- run: sudo pip install setuptools-rust
- run: sudo python -m pip install --upgrade pip
- run: sudo pip install --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org -r requirements.txt
Expand Down

0 comments on commit 0565737

Please sign in to comment.