Skip to content

Commit d5a0c3d

Browse files
committed
include checkout repository to access tests
1 parent ecb6e85 commit d5a0c3d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
if ($LASTEXITCODE -ne 0) {
103103
throw "Failed to install after $maxAttempts attempts"
104104
}
105+
- name: Checkout repository (for tests)
106+
uses: actions/checkout@v3
105107
- name: Run tests with coverage
106108
run: |
107109
python --version

0 commit comments

Comments
 (0)