We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677532d commit 7f5c68eCopy full SHA for 7f5c68e
1 file changed
.github/workflows/main.yaml
@@ -20,6 +20,7 @@ jobs:
20
21
- name: Install dependencies
22
run: |
23
+ chmod +x ./ci/before-script.sh
24
./ci/before-script.sh
25
python -m pip install --upgrade pip
26
pip install nose
0 commit comments