We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e78a9 commit 1c839e7Copy full SHA for 1c839e7
2 files changed
.github/workflows/build.yml
@@ -41,5 +41,5 @@ jobs:
41
- name: Checkout reposistory
42
uses: actions/checkout@master
43
- name: Checkout submodules
44
- uses: textbook/git-checkout-submodule-action@master
+ uses: snickerbockers/submodules-init@v4
45
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
46
47
test:
48
runs-on: ${{ matrix.os }}
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
- name: Test with pytest
86
run: |
87
pip install pytest
0 commit comments