Skip to content

Commit

Permalink
Next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Sep 17, 2023
1 parent ff36e36 commit 76bfc11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/end-to-end-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
os: [macos-12]

steps:
- name: Checkout script and install dependencies
uses: actions/checkout@v3
- uses: actions/checkout@v3
name: Checkout script and install dependencies
with:
path: qlever-control
run: |
Expand All @@ -28,8 +28,8 @@ jobs:
pip3 install flake8 psutil termcolor
# brew install --cask docker
- name: Cache for conan
uses: actions/cache@v3
- uses: actions/cache@v3
name: Cache for conan
env:
cache-name: cache-conan-modules
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
os: [ubuntu-22.04]

steps:
- name: Checkout script and install dependencies
uses: actions/checkout@v3
- uses: actions/checkout@v3
name: Checkout script and install dependencies
with:
path: qlever-control
run: |
Expand Down

0 comments on commit 76bfc11

Please sign in to comment.