Skip to content

Commit

Permalink
sync test.
Browse files Browse the repository at this point in the history
  • Loading branch information
liante0904 committed Jul 12, 2024
1 parent b414fde commit d515bf0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:

- name: Set up Git user
run: |
git config user.name "github-actions"
git config user.email "github-actions@github.com"
git config user.name "seunghoon shin"
git config user.email "liante0904@gmail.com"
- name: Get list of changed files
id: changed-files
Expand Down
3 changes: 0 additions & 3 deletions INFO.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=58", "wheel", "Cython"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ wadllib==1.3.6
websocket-client==1.8.0
wget==3.2
wsproto==1.2.0
zipp==1.0.0
zipp==1.0.0
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ pip install pycairo
# 나머지 패키지 설치
pip install --no-build-isolation -r requirements.txt

echo "Setup completed in $PROJECT_DIR."
echo "Setup completed in $PROJECT_DIR."

0 comments on commit d515bf0

Please sign in to comment.