Skip to content

Commit

Permalink
Release QUARK 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvmann authored Oct 2, 2024
2 parents 22b76fa + 9f0fecc commit 0173d38
Show file tree
Hide file tree
Showing 81 changed files with 1,159 additions and 137,859 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.txt filter=lfs diff=lfs merge=lfs -text
**\.settings\requirements_full.txt !filter !diff !merge text
*.tsp filter=lfs diff=lfs merge=lfs -text
*.gpickle filter=lfs diff=lfs merge=lfs -text
*.xlsx filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
13 changes: 13 additions & 0 deletions .github/workflows/container_build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,21 @@ jobs:
packages: write
#
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# Set to "false" if necessary for your workflow
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: false
swap-storage: true
- name: Checkout repository
uses: actions/checkout@v4
- name: Checkout LFS files
run: git lfs pull
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Checkout LFS files
run: git lfs pull

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions .lfsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[lfs]
url = https://github.com/QUARK-framework/QUARK.git/info/lfs
Loading

0 comments on commit 0173d38

Please sign in to comment.