Skip to content

Commit

Permalink
reinstall opendp: expect failure on older version because of change t…
Browse files Browse the repository at this point in the history
…o repr
  • Loading branch information
mccalluc committed Oct 18, 2024
1 parent bae70c5 commit 8ccd875
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
python-version:
- '3.9'
- '3.12'
opendp-version:
- '==3.8'
- ''
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -42,5 +45,8 @@ jobs:
- name: Install package
run: python -m pip install -e .

- name: (Re)install opendp
run: python -m pip install opendp${{ matrix.opendp-version }}

- name: Test
run: pytest -v

0 comments on commit 8ccd875

Please sign in to comment.