Skip to content

Commit

Permalink
Merge pull request #95 from OpenMined/rasswanth-s-patch-1
Browse files Browse the repository at this point in the history
Update pr-tests.yaml
  • Loading branch information
rasswanth-s authored Oct 11, 2024
2 parents f47a869 + a53108b commit 0b7c90d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,13 @@ jobs:
max-parallel: 99
matrix:
# os: [ubuntu-latest, macos-latest]
runner: [syftbox-sh-linux-x64, syftbox-sh-mac-arm64]
runner: [syftbox-sh-linux-x64]
python-version: ["3.12", "3.11", "3.10"]
fail-fast: false

# runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.runner }}
steps:
- name: Permission to home directory
run: |
sudo chown -R $USER:$USER $HOME
- name: Install Git
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 0b7c90d

Please sign in to comment.