Commit 3b31781 1 parent 540b0df commit 3b31781 Copy full SHA for 3b31781
File tree 1 file changed +9
-23
lines changed
1 file changed +9
-23
lines changed Original file line number Diff line number Diff line change 1
- # .github/workflows/main.yml
2
- name : Python application
3
-
4
- on :
5
- push :
6
- branches : [ issue-815 ]
1
+ name : Reproduce Issue
7
2
3
+ on : [push]
8
4
9
5
jobs :
10
- build :
6
+ reproduce-issue :
11
7
runs-on : ubuntu-latest
12
-
13
8
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
27
10
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'
You can’t perform that action at this time.
0 commit comments