Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install Dependencies
run: pip install -r docs/requirements.txt build
- name: Build the project
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Dependencies
run: dnf install -y python3-devel python3-setuptools
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install Python Dependencies
run: pip install -r requirements.txt
- name: Run all tests
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Install Dependencies
run: dnf install -y python3-devel python3-setuptools
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install Python Dependencies
run: pip install -r requirements.txt
- name: Run all tests
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install Dependencies
run: dnf install -y python3-devel python3-setuptools
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install Python Dependencies
run: pip install -r requirements.txt
- name: Run all tests
Expand Down