We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e5655 commit 23a2448Copy full SHA for 23a2448
.github/workflows/CI.yml
@@ -263,6 +263,8 @@ jobs:
263
- test
264
- e2e-cli
265
- e2e-lang
266
+ - e2e-cli-v1
267
+ - e2e-lang-v1
268
runs-on: ubuntu-latest
269
steps:
270
- name: Check out code
.gitignore
@@ -47,7 +47,7 @@ __pycache__/
47
48
# Distribution / packaging
49
.Python
50
-./build/
+build/
51
develop-eggs/
52
dist/
53
downloads/
0 commit comments