diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 952c9e48..5f0615c8 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -123,7 +123,7 @@ jobs: strategy: matrix: python-version: ['3.8', '3.9', '3.10', '3.11'] - os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-14, macos-14-large] + os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-14] steps: - uses: actions/checkout@v4 - name: Set up Python diff --git a/private_set_intersection/python/README.md b/private_set_intersection/python/README.md index 5b64f5e2..49fb94fc 100644 --- a/private_set_intersection/python/README.md +++ b/private_set_intersection/python/README.md @@ -6,7 +6,7 @@ Compressed Sets. ## Installation ```bash -pip install openmined_psi +pip install openmined-psi ``` ## Developing