We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c109c55 commit 235a420Copy full SHA for 235a420
.github/workflows/ci.yml
@@ -23,8 +23,8 @@ jobs:
23
with:
24
version: nightly
25
26
- - name: Download testing.nu
27
- run: wget ${{ env.testing-file }}
+ # - name: Download testing.nu
+ # run: wget ${{ env.testing-file }}
28
29
- name: Ensure plugin is executable
30
run: chmod +x ./javascript/${{ matrix.plugin }}/${{ matrix.plugin }}.js
@@ -51,8 +51,8 @@ jobs:
51
52
53
54
55
56
57
58
run: chmod +x ./python/${{ matrix.plugin }}/${{ matrix.plugin }}.py
0 commit comments