Skip to content

Commit

Permalink
checkout in test workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 10, 2024
1 parent bbaa52e commit 6524f88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
# - name: Checkout repo
# uses: actions/checkout@v4
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build msyd
uses: ./.github/workflows/build.yml
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build msyd
uses: ./.github/workflows/build.yml
with:
Expand Down

0 comments on commit 6524f88

Please sign in to comment.