File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Verify
5
5
6
6
on :
7
7
push :
8
- branches : [ "main " ]
8
+ branches : [ "master " ]
9
9
pull_request :
10
- branches : [ "main " ]
10
+ branches : [ "master " ]
11
11
12
12
permissions :
13
13
contents : read
18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- name : Set up Python 3.10
23
- uses : actions/setup-python@v3
23
+ uses : actions/setup-python@v4
24
24
with :
25
25
python-version : " 3.10"
26
26
- name : Setup environment
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Set up Python
26
- uses : actions/setup-python@v3
26
+ uses : actions/setup-python@v4
27
27
with :
28
- python-version : ' 3.x '
28
+ python-version : ' 3.10 '
29
29
- name : Install dependencies
30
30
run : |
31
31
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ activate:
39
39
# Install packages to current environment
40
40
# -------------------------------------------------------------------------------------------------
41
41
install :
42
+ $(PYTHON ) pip install --upgrade pip
42
43
$(PYTHON ) pip install -e .[dev]
43
44
44
45
# -------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments