Skip to content

Commit

Permalink
checkout first
Browse files Browse the repository at this point in the history
  • Loading branch information
nafraf committed Oct 5, 2023
1 parent 1d6a180 commit cac7754
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mariner2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
container:
image: mcr.microsoft.com/cbl-mariner/base/core:2.0
steps:
- name: install dependencies
run: .install/mariner2.sh
- name: checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: install dependencies
run: .install/mariner2.sh
- name: get redis latest
run: .install/get_redis.sh
- name: build and test
Expand Down
2 changes: 1 addition & 1 deletion tests/pytest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RLTest ~= 0.7.0
# psutil >= 5.8.0

six >= 1.10.0
gevent ~= 22.10.1
gevent ~= 23.9.1

0 comments on commit cac7754

Please sign in to comment.