We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c65cb commit 52a1666Copy full SHA for 52a1666
1 file changed
.github/workflows/test.yml
@@ -52,6 +52,8 @@ jobs:
52
53
- run: npm install @babel/core @babel/cli
54
55
+ - run: PATH="node_modules/.bin:${PATH}"
56
+
57
- run: python -m pip install --prefer-binary .[tests]
58
59
- run: python -m pytest
0 commit comments