Skip to content

Commit

Permalink
fix-worflow
Browse files Browse the repository at this point in the history
Signed-off-by: kwrobel.eth <djstrong@gmail.com>
  • Loading branch information
djstrong committed Jan 23, 2025
1 parent b843773 commit e11a773
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version: [3.8, 3.11]

steps:
- uses: actions/checkout@v3

- if: ${{ github.event_name == 'pull_request' }}
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

- if: ${{ github.event_name != 'pull_request' }}
uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry

Expand Down

0 comments on commit e11a773

Please sign in to comment.