Skip to content

Commit

Permalink
remove runner not in plan
Browse files Browse the repository at this point in the history
  • Loading branch information
s0l0ist committed Sep 30, 2024
1 parent fff35be commit 998b7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion private_set_intersection/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Compressed Sets.
## Installation

```bash
pip install openmined_psi
pip install openmined-psi
```

## Developing
Expand Down

0 comments on commit 998b7a9

Please sign in to comment.