Commit e8c2acc 1 parent 388c484 commit e8c2acc Copy full SHA for e8c2acc
File tree 1 file changed +4
-20
lines changed
1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Checkout and Setup Workflow
3
3
on : [push, pull_request]
4
4
jobs :
5
5
build :
6
- runs-on : [ self-hosted, macos]
6
+ runs-on : self-hosted
7
7
steps :
8
8
- name : Checkout Repository
9
9
uses : actions/checkout@v4
12
12
uses : actions/setup-python@v5
13
13
with :
14
14
python-version : ' 3.9'
15
- - name : Uninstall pip
16
- run : python -m pip uninstall pip -y
15
+ - name : python version
16
+ run : python --version
17
17
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
+
You can’t perform that action at this time.
0 commit comments