Skip to content

Commit 75cd048

Browse files
committed
Drop setup-node action where possible
Where we still use the action we don't install python dependencies.
1 parent b488cf2 commit 75cd048

19 files changed

+2
-87
lines changed

.github/workflows/api.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ jobs:
5454
- name: Read Node.js version
5555
id: node-version
5656
run: echo "version=$(cat 'galaxy root/client/.node_version')" >> $GITHUB_OUTPUT
57-
- uses: actions/setup-node@v5
58-
with:
59-
node-version: ${{ steps.node-version.outputs.version }}
60-
cache: 'yarn'
61-
cache-dependency-path: 'galaxy root/client/yarn.lock'
6257
- uses: actions/setup-python@v6
6358
with:
6459
python-version: ${{ matrix.python-version }}

.github/workflows/converter_tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- name: Read Node.js version
3838
id: node-version
3939
run: echo "version=$(cat 'galaxy root/client/.node_version')" >> $GITHUB_OUTPUT
40-
- uses: actions/setup-node@v5
41-
with:
42-
node-version: ${{ steps.node-version.outputs.version }}
43-
cache: 'yarn'
44-
cache-dependency-path: 'galaxy root/client/yarn.lock'
4540
- name: Clone galaxyproject/galaxy-test-data
4641
uses: actions/checkout@v5
4742
with:

.github/workflows/cwl_conformance.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ jobs:
4646
- name: Read Node.js version
4747
id: node-version
4848
run: echo "version=$(cat 'galaxy root/client/.node_version')" >> $GITHUB_OUTPUT
49-
- uses: actions/setup-node@v5
50-
with:
51-
node-version: ${{ steps.node-version.outputs.version }}
52-
cache: 'yarn'
53-
cache-dependency-path: 'galaxy root/client/yarn.lock'
5449
- uses: actions/setup-python@v6
5550
with:
5651
python-version: ${{ matrix.python-version }}

.github/workflows/first_startup.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- name: Read Node.js version
3838
id: node-version
3939
run: echo "version=$(cat 'galaxy root/client/.node_version')" >> $GITHUB_OUTPUT
40-
- uses: actions/setup-node@v5
41-
with:
42-
node-version: ${{ steps.node-version.outputs.version }}
43-
cache: 'yarn'
44-
cache-dependency-path: 'galaxy root/client/yarn.lock'
4540
- name: Set up Python
4641
uses: actions/setup-python@v6
4742
with:

.github/workflows/framework_tools.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
- name: Read Node.js version
5050
id: node-version
5151
run: echo "version=$(cat 'galaxy root/client/.node_version')" >> $GITHUB_OUTPUT
52-
- uses: actions/setup-node@v5
53-
with:
54-
node-version: ${{ steps.node-version.outputs.version }}
55-
cache: 'yarn'
56-
cache-dependency-path: 'galaxy root/client/yarn.lock'
5752
- uses: actions/setup-python@v6
5853
with:
5954
python-version: ${{ matrix.python-version }}

.github/workflows/framework_workflows.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ jobs:
5050
- name: Read Node.js version
5151
id: node-version
5252
run: echo "version=$(cat 'galaxy root/client/.node_version')" >> $GITHUB_OUTPUT
53-
- uses: actions/setup-node@v5
54-
with:
55-
node-version: ${{ steps.node-version.outputs.version }}
56-
cache: 'yarn'
57-
cache-dependency-path: 'galaxy root/client/yarn.lock'
5853
- uses: actions/setup-python@v6
5954
with:
6055
python-version: ${{ matrix.python-version }}

.github/workflows/integration.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ jobs:
5858
- name: Read Node.js version
5959
id: node-version
6060
run: echo "version=$(cat 'galaxy root/client/.node_version')" >> $GITHUB_OUTPUT
61-
- uses: actions/setup-node@v5
62-
with:
63-
node-version: ${{ steps.node-version.outputs.version }}
64-
cache: 'yarn'
65-
cache-dependency-path: 'galaxy root/client/yarn.lock'
6661
- uses: actions/setup-python@v6
6762
with:
6863
python-version: ${{ matrix.python-version }}

.github/workflows/integration_selenium.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ jobs:
7171
- name: Read Node.js version
7272
id: node-version
7373
run: echo "version=$(cat 'galaxy root/client/.node_version')" >> $GITHUB_OUTPUT
74-
- uses: actions/setup-node@v5
75-
with:
76-
node-version: ${{ steps.node-version.outputs.version }}
77-
cache: 'yarn'
78-
cache-dependency-path: 'galaxy root/client/yarn.lock'
7974
- name: Restore client cache
8075
uses: actions/cache@v4
8176
with:

.github/workflows/main_tools.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
- name: Read Node.js version
4343
id: node-version
4444
run: echo "version=$(cat 'galaxy root/client/.node_version')" >> $GITHUB_OUTPUT
45-
- uses: actions/setup-node@v5
46-
with:
47-
node-version: ${{ steps.node-version.outputs.version }}
48-
cache: 'yarn'
49-
cache-dependency-path: 'galaxy root/client/yarn.lock'
5045
- uses: actions/setup-python@v6
5146
with:
5247
python-version: ${{ matrix.python-version }}

.github/workflows/osx_startup.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
- name: Read Node.js version
3636
id: node-version
3737
run: echo "version=$(cat 'galaxy root/client/.node_version')" >> $GITHUB_OUTPUT
38-
- uses: actions/setup-node@v5
39-
with:
40-
node-version: ${{ steps.node-version.outputs.version }}
41-
cache: 'yarn'
42-
cache-dependency-path: 'galaxy root/client/yarn.lock'
4338
- name: Cache pip dir
4439
uses: actions/cache@v4
4540
with:

0 commit comments

Comments
 (0)