Skip to content

Commit 3a941c8

Browse files
committed
rm checkout
1 parent 2a266ed commit 3a941c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,11 @@ jobs:
116116
runs-on: ubuntu-latest
117117

118118
steps:
119-
- uses: actions/checkout@v4
120-
121119
- name: Set up Python
122120
uses: actions/setup-python@v5
123121
with:
124122
python-version: "3.12"
123+
cache: "pip"
125124

126125
- run: pip3 install 'coverage>=7.5.1'
127126

0 commit comments

Comments
 (0)