Skip to content

Commit

Permalink
Force to use setuptool 57.5.0 and revert gulp-rev to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Oct 31, 2024
1 parent d625d90 commit 472accb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python -m pip install --upgrade pip
sudo apt-get update
sudo apt-get install -y --no-install-recommends --no-install-suggests libxmlsec1-dev libz-dev
pip install setuptools==57.5.0
pip install -r requirements.txt -r requirements.dev.txt
- name: Backend Unit Tests MariaDB
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"gulp-inject": "^5.0.5",
"gulp-less": "^5.0.0",
"gulp-print": "^5.0.2",
"gulp-rev": "^10.0.0",
"gulp-rev": "^9.0.0",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^3.0.1",
"less": "~4.1.3",
Expand Down

0 comments on commit 472accb

Please sign in to comment.