Skip to content

Commit 87bd327

Browse files
committed
CI: No need for an explicit install
1 parent edfbff1 commit 87bd327

13 files changed

+13
-39
lines changed

.github/workflows/test-ai21.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: '18'
15+
- run: node --version
1816

1917
- run: echo 'Which planet in our solar system is the largest?' | ./ask-llm.js | tee output.txt | grep -i jupiter
2018
timeout-minutes: 3

.github/workflows/test-cpython.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

12-
- uses: actions/setup-python@v5
13-
with:
14-
python-version: '3.10'
12+
- run: python3 --version
1513

1614
- name: Prepare LLM (Phi-3 Mini)
1715
uses: ./.github/actions/prepare-llm

.github/workflows/test-deepinfra.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: '18'
15+
- run: node --version
1816

1917
- run: echo 'Which planet in our solar system is the largest?' | ./ask-llm.js | tee output.txt | grep -i jupiter
2018
timeout-minutes: 3

.github/workflows/test-fireworks.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: '18'
15+
- run: node --version
1816

1917
- run: echo 'Which planet in our solar system is the largest?' | ./ask-llm.js | tee output.txt | grep -i jupiter
2018
timeout-minutes: 3

.github/workflows/test-groq.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: '18'
15+
- run: node --version
1816

1917
- run: echo 'Which planet in our solar system is the largest?' | ./ask-llm.js | tee output.txt | grep -i jupiter
2018
timeout-minutes: 3

.github/workflows/test-hyperbolic.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: '18'
15+
- run: node --version
1816

1917
- run: echo 'Which planet in our solar system is the largest?' | ./ask-llm.js | tee output.txt | grep -i jupiter
2018
timeout-minutes: 3

.github/workflows/test-lepton.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: '18'
15+
- run: node --version
1816

1917
- run: echo 'Which planet in our solar system is the largest?' | ./ask-llm.js | tee output.txt | grep -i jupiter
2018
timeout-minutes: 3

.github/workflows/test-nodejs.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

12-
- uses: actions/setup-node@v4
13-
with:
14-
node-version: '18'
12+
- run: node --version
1513

1614
- name: Prepare LLM (Phi-3 Mini)
1715
uses: ./.github/actions/prepare-llm

.github/workflows/test-novita.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: '18'
15+
- run: node --version
1816

1917
- run: echo 'Which planet in our solar system is the largest?' | ./ask-llm.js | tee output.txt | grep -i jupiter
2018
timeout-minutes: 3

.github/workflows/test-octo.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: '18'
15+
- run: node --version
1816

1917
- run: echo 'Which planet in our solar system is the largest?' | ./ask-llm.js | tee output.txt | grep -i jupiter
2018
timeout-minutes: 3

.github/workflows/test-openai.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: '18'
15+
- run: node --version
1816

1917
- run: echo 'Which planet in our solar system is the largest?' | ./ask-llm.js | tee output.txt | grep -i jupiter
2018
timeout-minutes: 3

.github/workflows/test-openrouter.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: '18'
15+
- run: node --version
1816

1917
- run: echo 'Which planet in our solar system is the largest?' | ./ask-llm.js | tee output.txt | grep -i jupiter
2018
timeout-minutes: 3

.github/workflows/test-together.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: '18'
15+
- run: node --version
1816

1917
- run: echo 'Which planet in our solar system is the largest?' | ./ask-llm.js | tee output.txt | grep -i jupiter
2018
timeout-minutes: 3

0 commit comments

Comments
 (0)