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 8a6cc8a commit e4a8386
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 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.yaml
run: python3 af_benchmark/benchmark.py tests/config_uproot_sequential.yml

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.yaml
run: python3 af_benchmark/benchmark.py tests/config_uproot_futures.yml

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.yaml
run: python3 af_benchmark/benchmark.py tests/config_uproot_dask_local.yml

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.yaml
run: python3 af_benchmark/benchmark.py tests/config_nanoevents_sequential.yml

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.yaml
run: python3 af_benchmark/benchmark.py tests/config_nanoevents_futures.yml

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.yaml
run: python3 af_benchmark/benchmark.py tests/config_nanoevents_dask_local.yml


3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ sphinx-automodapi
furo

numpy
pandas
pyyaml
scalpl
distributed
dask_gateway
coffea==0.7.21

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy
pandas
pyyaml
scalpl
distributed
dask_gateway
coffea==0.7.21

coffea==0.7.21

0 comments on commit e4a8386

Please sign in to comment.