We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007706c commit 645b415Copy full SHA for 645b415
1 file changed
.github/workflows/testonpush.yml
@@ -35,6 +35,8 @@ jobs:
35
git clone https://github.com/assumptionsofphysics/autogen autogen
36
git clone https://github.com/assumptionsofphysics/tools tools
37
ls -l
38
+ python tools/problem-scraper/extractOpenProblems.py autogen/openproblems.yaml book/pm_EnsembleSpaces.tex
39
+ cat autogen/openproblems.yaml
40
# Note: the following account information will not work on GHES
41
# git config user.name "github-actions[bot]"
42
# git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments