We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25f957 commit 1f2891eCopy full SHA for 1f2891e
.github/workflows/test_action.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
build_pure:
9
name: Test action (pure wheel)
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
12
steps:
13
- uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
20
test_command: pytest --pyargs test_package
21
build_non_pure:
22
name: Test action (not pure wheel)
23
24
25
26
0 commit comments