Skip to content

Commit

Permalink
check out main?
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyu-zheng committed Mar 13, 2024
1 parent c12f38c commit 11a3e62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/checkout@v4
with:
ref: 'main'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 11a3e62

Please sign in to comment.