Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 8, 2024
1 parent c7fb5ba commit 2015a6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m venv .env
python -m pip install --upgrade pip
source .env/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand All @@ -66,8 +65,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m venv .env
python -m pip install --upgrade pip
source .env/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
maturin develop --release
- name: Run tests
Expand All @@ -91,8 +90,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m venv .env
python -m pip install --upgrade pip
.env\Scripts\activate
python -m pip install --upgrade pip
pip install -r requirements.txt
maturin develop --release
- name: Run tests
Expand Down

0 comments on commit 2015a6f

Please sign in to comment.