File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4040 run : |
4141 python -m pip install --upgrade pip
4242 python -m venv .env
43- python -m pip install --upgrade pip
4443 source .env/bin/activate
4544 python -m pip install --upgrade pip
4645 pip install -r requirements.txt
6665 run : |
6766 python -m pip install --upgrade pip
6867 python -m venv .env
69- python -m pip install --upgrade pip
7068 source .env/bin/activate
69+ python -m pip install --upgrade pip
7170 pip install -r requirements.txt
7271 maturin develop --release
7372 - name : Run tests
9190 run : |
9291 python -m pip install --upgrade pip
9392 python -m venv .env
94- python -m pip install --upgrade pip
9593 .env\Scripts\activate
94+ python -m pip install --upgrade pip
9695 pip install -r requirements.txt
9796 maturin develop --release
9897 - name : Run tests
You can’t perform that action at this time.
0 commit comments