Skip to content

Commit

Permalink
Fix bug CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Dec 1, 2024
1 parent 92385d5 commit 8e17752
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,10 @@ jobs:
with:
node-version: "18"

- name: Install Pnpm
run: npm i -g pnpm

- name: Install dependencies
working-directory: frontend
run: pnpm install
run: npm install

- name: Build frontend
working-directory: frontend
run: pnpm run build
run: npm run build
1 change: 1 addition & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ python-jose==3.3.0
python-multipart==0.0.6
pytz==2023.3.post1
rsa==4.9
ruff==0.6.7
six==1.16.0
sniffio==1.3.0
SQLAlchemy==2.0.19
Expand Down
1 change: 1 addition & 0 deletions image_search/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ python-rapidjson==1.12
pytz==2023.3
qdrant-client==1.5.4
requests==2.31.0
ruff==0.6.7
six==1.16.0
sniffio==1.3.0
soupsieve==2.4.1
Expand Down
1 change: 1 addition & 0 deletions text_search/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ python-dateutil==2.8.2
python-dotenv==1.0.0
pytz==2023.3
requests==2.31.0
ruff==0.6.7
six==1.16.0
sniffio==1.3.0
soupsieve==2.5
Expand Down

0 comments on commit 8e17752

Please sign in to comment.