Skip to content

Commit

Permalink
Update dispatch_CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-plus authored Jul 31, 2023
1 parent 19626f7 commit 12eb8fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dispatch_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.myCommit }}
- uses: ./.github/actions/setup-python-poetry
with:
python-version: ${{ matrix.python-version }}
poetry-version: 1.5.1
ref: ${{ inputs.myCommit }}
- name: Install dependencies
run: |
poetry lock --no-update
Expand Down

0 comments on commit 12eb8fe

Please sign in to comment.