Compare commits

..

No commits in common. "3dc294206651f1656f16fe6aac164991eaf2ef2b" and "53361619b9e550bbe833e11e79b6ef1e0a305a99" have entirely different histories.

View file

@ -42,10 +42,8 @@ jobs:
cache: pip cache: pip
- name: Set up Python environment - name: Set up Python environment
run: | run: |
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py apt-get install python3-pip python3-setuptools python3-wheel python3-venv
python3 get-pip.py python3 -m venv venv
python3 -m pip install virtualenv
python3 -m virtualenv venv
source venv/bin/activate source venv/bin/activate
pip install -r requirements.txt pip install -r requirements.txt
- name: Set up Rust - name: Set up Rust