Skip to content

Commit

Permalink
Add shell bash to action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Jan 24, 2025
1 parent 0c4d06a commit d89d3cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-with-optional-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,12 @@ jobs:
echo "AUTOGEN_USE_DOCKER=False" >> $GITHUB_ENV
fi
- name: Test import all submodules
shell: bash
run: |
uv pip install --system "requests<2.32.0"
bash scripts/test.sh test/test_import.py
- name: Test with pytest using optional dependency marks
shell: bash
run: |
OPTIONAL_DEPENDENCIES="${{ matrix.optional-dependencies }}"
MARKER="${OPTIONAL_DEPENDENCIES//-/_}"
Expand Down

0 comments on commit d89d3cb

Please sign in to comment.