File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 20
20
- name : Set up Python
21
21
uses : actions/setup-python@v2
22
22
with :
23
- python-version : ' 3.10 '
23
+ python-version : ' 3.11 '
24
24
- name : Get version tag
25
25
id : get_version
26
26
uses : battila7/get-version-action@v2
29
29
sudo apt update
30
30
sudo apt-get install -y software-properties-common \
31
31
build-essential \
32
- python3-dev python3-pip python3.10 -venv \
32
+ python3-dev python3-pip python3.11 -venv \
33
33
pkg-config libssl-dev libdbus-1-dev libdbus-glib-1-dev libffi-dev libkrb5-dev
34
- - name : Python dependencies
34
+ - name : Build the executable
35
35
run : |
36
36
python3 -m venv venv
37
37
source venv/bin/activate
40
40
pip install -e .
41
41
pip install -e .[test]
42
42
pip install -e .[setup]
43
- - name : Build executable
44
- run : make
43
+ make
45
44
env :
46
45
UST_EXTENSION : ${{matrix.extension_support}}
47
46
- name : Get build
You can’t perform that action at this time.
0 commit comments