Skip to content

Commit

Permalink
add more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Oct 17, 2023
1 parent 884ed25 commit ddf183f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ runs:
if [[ ${{ runner.os }} != Windows ]]; then
echo "Installing redis-server on ${{ runner.os }}"
mamba install --yes --channel conda-forge redis-server
echo "redis-server located at $(which redis-server)"
fi
- name: Install ragna
Expand Down

0 comments on commit ddf183f

Please sign in to comment.