Skip to content

Commit e8c2acc

Browse files
Update issue-791.yml
1 parent 388c484 commit e8c2acc

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/issue-791.yml

+4-20
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Checkout and Setup Workflow
33
on: [push, pull_request]
44
jobs:
55
build:
6-
runs-on: [self-hosted, macos]
6+
runs-on: self-hosted
77
steps:
88
- name: Checkout Repository
99
uses: actions/checkout@v4
@@ -12,23 +12,7 @@ jobs:
1212
uses: actions/setup-python@v5
1313
with:
1414
python-version: '3.9'
15-
- name: Uninstall pip
16-
run: python -m pip uninstall pip -y
15+
- name: python version
16+
run: python --version
1717

18-
# - name: Install Homebrew
19-
# run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
20-
21-
# - name: Check system libraries
22-
# run: ls -la /usr/local/opt/gettext/lib/
23-
24-
# - name: Install gettext
25-
# run: brew install gettext
26-
27-
# - name: Force link gettext
28-
# run: brew link --overwrite gettext --force
29-
30-
# - name: Check system libraries again
31-
# run: ls -la /usr/local/opt/gettext/lib/
32-
33-
# - name: Upgrade pip
34-
# run: python3.9 -m ensurepip
18+

0 commit comments

Comments
 (0)