Skip to content

Commit db095fd

Browse files
authored
Merge pull request #15 from samsrabin/specify-files-dirs
relink.py: Accept specific directories and/or files to process
2 parents af221e5 + 5e854b9 commit db095fd

12 files changed

Lines changed: 1633 additions & 373 deletions

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macos-latest]
16+
os: [ubuntu-latest]
1717
python-version: ['3.9', '3.10', '3.11', '3.12']
1818
fail-fast: false
1919

0 commit comments

Comments
 (0)