Skip to content

Commit c781390

Browse files
committed
cloudpod test workflow
1 parent 319eeb0 commit c781390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_cloudpods.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
output=$(gh api repos/$GITHUB_REPOSITORY/releases | jq -r '[.[] | select(.tag_name|startswith("v")|not) | .tag_name]')
2424
output=$(echo $output | tr '\n' ' ')
2525
echo "matrix=$output" >> $GITHUB_OUTPUT
26-
26+
2727
test-pod-release:
2828
needs: get-releases
2929
runs-on: ubuntu-latest
3030
strategy:
3131
fail-fast: false
32-
matrix:
32+
matrix:
3333
tag: ${{ fromJson(needs.get-releases.outputs.matrix) }}
3434
steps:
3535
# checkout to run the tests later on
@@ -78,7 +78,7 @@ jobs:
7878
AWS_ACCESS_KEY_ID: test
7979
AWS_SECRET_ACCESS_KEY: test
8080
run: |
81-
pip install -r requirements-dev.txt
81+
pip install -e ".[test]"
8282
pytest tests
8383
8484
- name: Show Logs

0 commit comments

Comments
 (0)