Skip to content

Commit ebca7e0

Browse files
committed
last try on install python dependency via brew, version updated
1 parent 56b52ff commit ebca7e0

File tree

5 files changed

+38
-8
lines changed

5 files changed

+38
-8
lines changed

.github/workflows/release_desktop_app.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ jobs:
4646

4747
- name: Install Python dependencies
4848
run: |
49-
python3 -m pip install --upgrade pip
50-
python3 -m pip install setuptools
49+
which brew
50+
brew --version
51+
brew install python-setuptools
52+
npm config set python $(which python3)
5153
- name: Install desktop app dependencies
5254
run: bash ./install.sh
5355

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "requestly",
33
"productName": "Requestly",
4-
"version": "1.9.6",
4+
"version": "1.9.7",
55
"main": "src/main/main.ts",
66
"private": true,
77
"description": "Intercept & Modify HTTP Requests",

release/app/package-lock.json

Lines changed: 30 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "requestly",
33
"productName": "Requestly",
4-
"version": "1.9.6",
4+
"version": "1.9.7",
55
"private": true,
66
"description": "Intercept & Modify HTTP Requests",
77
"main": "./dist/main/main.js",

0 commit comments

Comments
 (0)