File tree Expand file tree Collapse file tree
actions/contentctl-ng-install-tool Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 - name : Check out the repository code
1616 uses : actions/checkout@v6
1717
18+ - name : Set up Python
19+ uses : actions/setup-python@v6
20+ with :
21+ python-version : 3.14
22+ architecture : x64
23+
1824 - name : Install contentctl-ng
19- uses : ./.github/actions/contentctl-ng-install-tool
25+ shell : bash
26+ run : |
27+ echo "- Build Tool Version - $(cat requirements.txt)"
28+ pip install -r requirements.txt
2029
2130 - name : Run a contentctl-ng build
2231 run : |
Original file line number Diff line number Diff line change 1919 - name : Check out the repository code
2020 uses : actions/checkout@v6
2121
22- - name : Install contentctl-ng tool
23- uses : ./.github/actions/contentctl-ng-install-tool
22+ - name : Set up Python
23+ uses : actions/setup-python@v6
24+ with :
25+ python-version : 3.14
26+ architecture : x64
27+
28+ - name : Install contentctl-ng
29+ shell : bash
30+ run : |
31+ echo "- Build Tool Version - $(cat requirements.txt)"
32+ pip install -r requirements.txt
33+
2434
2535 - name : Run a contentctl-ng build
2636 run : |
Original file line number Diff line number Diff line change 1515 ref : ${{ github.base_ref }}
1616
1717
18- - name : Install the contentctl-ng tool
19- uses : ./.github/actions/contentctl-ng-install-tool
18+ - name : Set up Python
19+ uses : actions/setup-python@v6
20+ with :
21+ python-version : 3.14
22+ architecture : x64
23+
24+ - name : Install contentctl-ng
25+ shell : bash
26+ run : |
27+ echo "- Build Tool Version - $(cat requirements.txt)"
28+ pip install -r requirements.txt
2029
2130 # Check out the PR, even if it lives in a fork.
2231 # Instructions for pulling a PR were taken from:
You can’t perform that action at this time.
0 commit comments