10000 with 3.11.1 · priya-kinthali/setup-python@146c9c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 146c9c9

Browse files
with 3.11.1
1 parent cf2fcff commit 146c9c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
2525
python-version:
26-
['3.13.2t', '3.13.2']
26+
['3.11.1' ]
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Setup Python

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: e2e tests
33
on:
44
push:
55
branches:
6-
- sample
6+
- main
77
paths-ignore:
88
- '**.md'
99
pull_request:

0 commit comments

Comments
 (0)
0