Skip to content

Commit

Permalink
Put Python dependencies (commonmark) in requirements.txt
Browse files Browse the repository at this point in the history
This is to make it easier to run the same deploy steps from
whatwg/sg#110, without pinning a version in
two places. (But it would still duplicate some stuff.)
  • Loading branch information
foolip committed Jun 17, 2020
1 parent f14cbcf commit 99328c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
- run: pip install commonmark==0.9.1
- run: pip install -r requirements.txt
- run: npm install
- run: shellcheck deploy.sh
- run: shellcheck resources.whatwg.org/build/*.sh
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
commonmark==0.9.1

0 comments on commit 99328c9

Please sign in to comment.