Skip to content

Commit

Permalink
Merge branch 'main' into eelco/fix-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
eelcovdw authored Oct 11, 2024
2 parents 2ef29f6 + 0b7c90d commit 1fed339
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 1fed339

Please sign in to comment.