Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Jan 29, 2024
1 parent e4a8386 commit 0404aa8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: pip install -r requirements.txt

- name: Run test config Uproot + SequentialExecutor
run: python3 af_benchmark/benchmark.py tests/config_uproot_sequential.yml
run: python3 af_benchmark/benchmark.py tests/config_uproot_sequential.yaml

uproot_futures:
runs-on: ubuntu-latest
Expand All @@ -38,7 +38,7 @@ jobs:
run: pip install -r requirements.txt

- name: Run test config Uproot + FuturesExecutor
run: python3 af_benchmark/benchmark.py tests/config_uproot_futures.yml
run: python3 af_benchmark/benchmark.py tests/config_uproot_futures.yaml

uproot_dask_local:
runs-on: ubuntu-latest
Expand All @@ -55,7 +55,7 @@ jobs:
run: pip install -r requirements.txt

- name: Run test config Uproot + DaskLocalExecutor
run: python3 af_benchmark/benchmark.py tests/config_uproot_dask_local.yml
run: python3 af_benchmark/benchmark.py tests/config_uproot_dask_local.yaml

nanoevents_sequential:
runs-on: ubuntu-latest
Expand All @@ -72,7 +72,7 @@ jobs:
run: pip install -r requirements.txt

- name: Run test config NanoEvents + SequentialExecutor
run: python3 af_benchmark/benchmark.py tests/config_nanoevents_sequential.yml
run: python3 af_benchmark/benchmark.py tests/config_nanoevents_sequential.yaml

nanoevents_futures:
runs-on: ubuntu-latest
Expand All @@ -89,7 +89,7 @@ jobs:
run: pip install -r requirements.txt

- name: Run test config NanoEvents + FuturesExecutor
run: python3 af_benchmark/benchmark.py tests/config_nanoevents_futures.yml
run: python3 af_benchmark/benchmark.py tests/config_nanoevents_futures.yaml

nanoevents_dask_local:
runs-on: ubuntu-latest
Expand All @@ -106,6 +106,6 @@ jobs:
run: pip install -r requirements.txt

- name: Run test config NanoEvents + DaskLocalExecutor
run: python3 af_benchmark/benchmark.py tests/config_nanoevents_dask_local.yml
run: python3 af_benchmark/benchmark.py tests/config_nanoevents_dask_local.yaml


2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.10"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0404aa8

Please sign in to comment.