Skip to content

Commit

Permalink
Updated CI to remove legacy installation
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Dec 5, 2023
1 parent 5ddea69 commit 7c29cea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
- name: Install dependencies
run: ${{ matrix.INSTALL_DEPS }}

# Install our package.
- name: Install legacy_blinding
run: |
cd legacy_blinding
python -m pip install --upgrade pip
python -m pip install .
pytest ./tests
# # Install our package.
# - name: Install legacy_blinding
# run: |
# cd legacy_blinding
# python -m pip install --upgrade pip
# python -m pip install .
# pytest ./tests

0 comments on commit 7c29cea

Please sign in to comment.