Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #35

Merged
merged 16 commits into from
Jan 6, 2024
Prev Previous commit
Next Next commit
remove chectout
  • Loading branch information
LuisLuii committed Jan 6, 2024
commit 05657370d6b148b2283e52671f38c0e5e0fc2306
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
Loading