Skip to content

Commit

Permalink
Double-check what the Github CI is using to reproduce locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Sep 25, 2023
1 parent 60e12e3 commit 4b76843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/db-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
GITHUB_SERVER_URL_ESC=`echo $GITHUB_SERVER_URL | sed -e 's/\//\\\\\\//g'`
sed -i -e "s/^ops[ ><=].*/ops = { git = \"$GITHUB_SERVER_URL_ESC\/$GITHUB_REPOSITORY_ESC.git\", rev=\"$GITHUB_SHA\" }/g" pyproject.toml
fi
cat pyproject.toml
- name: Install dependencies
run: pip install tox==4.2.8
Expand Down

0 comments on commit 4b76843

Please sign in to comment.