Skip to content

add dummy text #50

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update compose version
  • Loading branch information
Suh-Edmond committed Jan 30, 2025
commit 3204a44767ab8ca35ba210740b0090d0f1c3f013
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
- run:
name: Install dependencies
command: |
apk add --no-cache py-pip=1.2.1
pip install --upgrade pip
pip install docker-compose
apk add --no-cache py-pip=9.0.0-r1
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org docker-compose
- run:
name: Run tests
command: |
Expand Down
3 changes: 2 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.