File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments