Skip to content

Commit

Permalink
chore: test specific test version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-liang3 committed Jan 9, 2025
1 parent e59ffc8 commit 20fd7c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:
needs:
- prepare-environment
- build-development-image
uses: open-space-collective/open-space-toolkit/.github/workflows/test.yml@main
uses: open-space-collective/open-space-toolkit/.github/workflows/test.yml@users/alexliang/test-matrix
with:
project_name: ${{ needs.prepare-environment.outputs.project_name }}
project_version: ${{ needs.prepare-environment.outputs.project_version }}
test_python_version: 3.13
secrets: inherit

package:
Expand Down

0 comments on commit 20fd7c9

Please sign in to comment.