diff --git a/.all-contributorsrc b/.all-contributorsrc index 0736273..c307517 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -20,6 +20,16 @@ "review", "projectManagement" ] + }, + { + "login": "tud-mchen6", + "name": "mchen6", + "avatar_url": "https://avatars.githubusercontent.com/u/133768452?v=4", + "profile": "https://github.com/tud-mchen6", + "contributions": [ + "bug", + "review" + ] } ], "contributorsPerLine": 7, diff --git a/.copier-answers.yml b/.copier-answers.yml index c3cb097..06db349 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,6 +1,6 @@ # Changes here will be overwritten by Copier # !!!!! DO NOT MANUALLY MODIFY THIS FILE !!!!! -_commit: v1.0.1 +_commit: v1.0.2 _src_path: https://github.com/modelblocks-org/data-module-template.git author_email: i.ruizmanuel@tudelft.nl author_family_name: Ruiz Manuel diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 0e17ea4..18c5f00 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -13,11 +13,10 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.12"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup pixi - uses: prefix-dev/setup-pixi@v0.8.3 + uses: prefix-dev/setup-pixi@v0.9.6 - name: Run integration tests id: tests run: pixi run test-integration @@ -30,7 +29,7 @@ jobs: continue-on-error: true - name: Save integration logs if: ${{ always() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: integration-test-logs-${{ matrix.os }} path: tests/integration/resources/module/logs diff --git a/README.md b/README.md index 8a7653a..9cbad0b 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Thanks goes to these wonderful people, sorted alphabetically ([emoji key](https: