Skip to content

Commit 4a46b73

Browse files
authored
Merge pull request #295 from EPCCed/fix-build
ensure all requirements are installed
2 parents 63d560e + 6f1fb0a commit 4a46b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/setup-python@v2
1212
with:
1313
python-version: 3.x
14-
- run: pip install mkdocs-material
14+
- run: pip install -r requirements.txt
1515
- run: git fetch -u origin gh-pages:gh-pages
1616
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)