Skip to content

Commit

Permalink
Add shell bash
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Dec 17, 2024
1 parent c40a65c commit 56a1517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/run_proxy_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ runs:
python-version: "3.${{inputs.python3}}"

- name: Install wheel
shell: bash
run: |
echo ${{env.python_impl_name}}
ls ${{env.python_impl_name}}
python -m pip install --force-reinstall $(ls *${{env.python_impl_name}}*.whl)[Testing] pytest-split
- name: Run proxy test
shell: bash
run: |
python -m pytest --timeout=3600 -n 1 python/tests/integration/arcticdb/test_arctic.py::test_s3_sts_auth

0 comments on commit 56a1517

Please sign in to comment.