Skip to content

Commit a2603e9

Browse files
committed
Try python docker
1 parent 0303736 commit a2603e9

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.github/workflows/tests-performance.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
- cron: '0 8 * * *' # Run at 8:00 daily
99
workflow_dispatch:
1010
push:
11-
branches:
12-
- main
13-
- dev/.*
11+
# branches:
12+
# - main
13+
# - dev/.*
1414
# pull_request:
1515
# paths:
1616
# - 'src/**'
@@ -23,22 +23,18 @@ jobs:
2323
test-performance:
2424
runs-on: gcp-perf-test-dedicated
2525
container:
26-
image: ubuntu:24.04
26+
image: python:3.13-trixie
2727
options: --cpuset-cpus=0
2828
timeout-minutes: 30
2929
steps:
30-
- name: Install Git
31-
run: |
32-
apt-get update && apt-get install -y git &&
33-
git config --global --add safe.directory /__w/neptune-query/neptune-query
34-
3530
- name: Checkout repository
3631
uses: actions/checkout@v4
3732

38-
- name: Install Python
39-
uses: actions/setup-python@v5
40-
with:
41-
python-version: "3.13"
33+
- name: Debug info
34+
run: |
35+
apt-get update && apt-get install -y tree &&
36+
tree -Lg 2 /__w/neptune-query &&
37+
echo $PWD
4238
4339
- name: Install dependencies
4440
run: |

0 commit comments

Comments
 (0)