Skip to content

Commit 5f4021b

Browse files
Merge pull request #26 from bioio-devs/admin/use-git-lfs
admin/use-git-lfs
2 parents a689c0d + 972f8aa commit 5f4021b

File tree

56 files changed

+162
-305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+162
-305
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bioio_sldy/tests/resources/** filter=lfs diff=lfs merge=lfs -text

.github/workflows/ci.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,14 @@ jobs:
3939
matrix:
4040
python-version: ["3.10", 3.11, 3.12, 3.13]
4141
os: [ubuntu-latest, macOS-latest, windows-latest]
42-
env:
43-
BUCKET_NAME : "bioio-dev-test-resources"
44-
AWS_REGION : "us-west-2"
4542
permissions:
4643
id-token: write # This is required for requesting the JWT
4744
contents: read # This is required for actions/checkout
4845

4946
steps:
5047
- uses: actions/checkout@v4
51-
- uses: aws-actions/configure-aws-credentials@v4
5248
with:
53-
role-to-assume: arn:aws:iam::978220035532:role/bioio_github
54-
role-session-name: bioio-sldy-${{ github.sha }}
55-
aws-region: ${{ env.AWS_REGION }}
49+
lfs: true # For test files
5650
- name: Set up Python
5751
uses: actions/setup-python@v5
5852
with:
@@ -64,15 +58,6 @@ jobs:
6458
run: |
6559
python -m pip install --upgrade pip
6660
pip install .[test]
67-
- uses: actions/cache@v4
68-
id: cache
69-
with:
70-
path: bioio_sldy/tests/resources
71-
key: ${{ hashFiles('scripts/TEST_RESOURCES_HASH.txt') }}
72-
- name: Download Test Resources
73-
if: steps.cache.outputs.cache-hit != 'true'
74-
run: |
75-
python scripts/download_test_resources.py --debug
7661
- name: Run Tests
7762
shell: bash
7863
run: just test

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ __pycache__/
66
# C extensions
77
*.so
88

9-
# Test file resources
10-
bioio_sldy/tests/resources
11-
129
# Distribution / packaging
1310
.Python
1411
env/

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude bioio_sldy/tests/**
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ff947cee6267c5a868244f16462607ab76bdcaa671bd06aa6e067a11cabce5f0
3+
size 11504
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:102feb83f92b9c42c1ce1be5996f864588dcf4d8026ebfef629f26c494b3c4ca
3+
size 48143
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:03bce7881e9dc94505702f6c26334668b8152091562733c07136839e269cdea8
3+
size 24245
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:9e93e99cc583b91333dc8bd316e83dac01a9ac1d797cc8410edbe60dd56b6072
3+
size 680
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:6eec2ea27c4f9f599a118be638af32047c3d72f354b090596456171a5c45fea6
3+
size 65616

0 commit comments

Comments
 (0)