File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 34
34
- os : windows-latest
35
35
browser : " firefox"
36
36
steps :
37
- - uses : actions/checkout@v2
37
+ - uses : actions/checkout@v4
38
38
- name : Install libgl1
39
39
if : runner.os == 'Linux'
40
40
run : |
43
43
sudo apt install libgl1-mesa-dev libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev libasound2 -y
44
44
45
45
- name : Set up Python ${{ matrix.python-version }}
46
- uses : actions/setup-python@v2
46
+ uses : actions/setup-python@v5
47
47
with :
48
48
python-version : ${{ matrix.python-version }}
49
49
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
strategy :
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- python-version : [3.7 ]
16
+ python-version : [3.11 ]
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@master
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
- - name : Set up Python 3.7
15
- uses : actions/setup-python@v1
14
+ - name : Set up Python 3.11
15
+ uses : actions/setup-python@v5
16
16
with :
17
- python-version : 3.7
17
+ python-version : " 3.11 "
18
18
- name : Install pypa/build
19
19
run : >-
20
20
python -m
30
30
.
31
31
- name : Publish distribution to PyPI
32
32
if : startsWith(github.ref, 'refs/tags')
33
- uses : pypa/gh-action-pypi-publish@master
33
+ uses : pypa/gh-action-pypi-publish@release/v1
34
34
with :
35
35
password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 1
1
botcity-framework-base >= 0.2.2
2
2
beautifulsoup4
3
3
msedge-selenium-tools == 3.141.3
4
- numpy
4
+ numpy < 2
5
5
opencv-python
6
6
pillow
7
7
selenium == 3.141
You can’t perform that action at this time.
0 commit comments