Skip to content

Commit

Permalink
CI fix for tests/ submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
asumagic committed Apr 17, 2024
1 parent 688f032 commit 4f62ce3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
submodules: true
- uses: actions/setup-python@v2
with:
python-version: '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
matrix:
python-version: [3.8, 3.12]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
name: Builds and publishes to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
submodules: true
with:
ref: main
- uses: actions/setup-python@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/verify-docs-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
submodules: true
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 4f62ce3

Please sign in to comment.