Skip to content

Commit 3b31781

Browse files
committed
test
1 parent 540b0df commit 3b31781

File tree

1 file changed

+9
-23
lines changed

1 file changed

+9
-23
lines changed

.github/workflows/python-app.yml

+9-23
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
1-
# .github/workflows/main.yml
2-
name: Python application
3-
4-
on:
5-
push:
6-
branches: [ issue-815 ]
1+
name: Reproduce Issue
72

3+
on: [push]
84

95
jobs:
10-
build:
6+
reproduce-issue:
117
runs-on: ubuntu-latest
12-
138
steps:
14-
- uses: actions/checkout@v4
15-
16-
- name: Set up Python 3.12
17-
uses: actions/setup-python@v5
18-
with:
19-
python-version: '3.12'
20-
cache: 'pip'
21-
22-
- name: Display Python version
23-
run: python -c "import sys; print(sys.version)"
24-
25-
- name: Display Pip Cache Directory
26-
run: pip cache dir
9+
- uses: actions/checkout@v2
2710

28-
# - name: Install placeholder package
29-
# run: pip install isort
11+
- name: Set up Python 3.12
12+
uses: actions/setup-python@v5
13+
with:
14+
python-version: 3.12
15+
cache: 'pip'

0 commit comments

Comments
 (0)