We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4864fc commit 7b7d3b3Copy full SHA for 7b7d3b3
1 file changed
.github/workflows/mkdocs.yaml
@@ -18,6 +18,7 @@ jobs:
18
- uses: actions/setup-python@v5
19
with:
20
python-version: 3.x
21
+ - run: pip install -e .
22
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
23
- uses: actions/cache@v4
24
0 commit comments