File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4040 - name : Install system dependencies
4141 run : |
4242 sudo apt install -y libpython${{ matrix.python_version }} python3-pip python3-setuptools
43- sudo pip3 install networkx pytest pyopenssl sphinx
43+ sudo pip3 install --upgrade networkx pytest pyopenssl sphinx
4444 sudo ln -s /dev/null /etc/systemd/system/memgraph.service # Prevents Memgraph from starting.
4545 sudo dpkg -i ~/memgraph/memgraph.deb
4646 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 3535 - name : Install system dependencies (Ubuntu 20.04)
3636 run : |
3737 sudo apt install -y libpython${{ matrix.python_version }} python3-pip python3-setuptools
38- python3 -m pip install --upgrade
39- sudo pip3 install networkx pytest pyopenssl sphinx
38+ sudo pip3 install --upgrade networkx pytest pyopenssl sphinx
4039 mkdir ~/memgraph
4140 curl -L https://download.memgraph.com/memgraph/v${{matrix.mgversion}}/ubuntu-20.04/memgraph_${{matrix.mgversion}}-1_amd64.deb > ~/memgraph/memgraph.deb
4241 sudo ln -s /dev/null /etc/systemd/system/memgraph.service # Prevents Memgraph from starting.
You can’t perform that action at this time.
0 commit comments