ci.yml: Update checkout action to v7, don't check out all history
All checks were successful
Run tests / test (pull_request) Successful in 34s
All checks were successful
Run tests / test (pull_request) Successful in 34s
We only need the last commit to run the tests. Related: quality/tickets#928
This commit is contained in:
parent
0d58f275b2
commit
f1c5587abd
1 changed files with 2 additions and 3 deletions
|
|
@ -25,9 +25,8 @@ jobs:
|
|||
container:
|
||||
image: registry.access.redhat.com/ubi9/python-312
|
||||
steps:
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Check out the project source
|
||||
uses: actions/checkout@v7
|
||||
- name: Install additional dependencies
|
||||
run: |
|
||||
python3.12 -m pip install -r requirements-dev.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue