Skip to content

Commit

Permalink
Fixes to workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Feb 29, 2024
1 parent b1f9d6a commit 98164f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
runs-on: [self-hosted, db, gpu]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
with:
submodules: 'true'
- name: Install dependencies, build docs and coverage report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Install poetry
run: pip install poetry
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
- uses: actions/setup-python@v5.0.0
with:
python-version: '3.10'
Expand Down

0 comments on commit 98164f1

Please sign in to comment.