File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2020 - name : Set up Python
2121 uses : actions/setup-python@v2
2222 with :
23- python-version : ' 3.10 '
23+ python-version : ' 3.11 '
2424 - name : Get version tag
2525 id : get_version
2626 uses : battila7/get-version-action@v2
2929 sudo apt update
3030 sudo apt-get install -y software-properties-common \
3131 build-essential \
32- python3-dev python3-pip python3.10 -venv \
32+ python3-dev python3-pip python3.11 -venv \
3333 pkg-config libssl-dev libdbus-1-dev libdbus-glib-1-dev libffi-dev libkrb5-dev
34- - name : Python dependencies
34+ - name : Build the executable
3535 run : |
3636 python3 -m venv venv
3737 source venv/bin/activate
4040 pip install -e .
4141 pip install -e .[test]
4242 pip install -e .[setup]
43- - name : Build executable
44- run : make
43+ make
4544 env :
4645 UST_EXTENSION : ${{matrix.extension_support}}
4746 - name : Get build
You can’t perform that action at this time.
0 commit comments