Skip to content

Commit 2015a6f

Browse files
authored
Update CI.yml
1 parent c7fb5ba commit 2015a6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
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
@@ -66,8 +65,8 @@ jobs:
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
@@ -91,8 +90,8 @@ jobs:
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

0 commit comments

Comments
 (0)