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 fc5bde7 commit ef4d1c0Copy full SHA for ef4d1c0
.github/workflows/windows_build.yml
@@ -1,9 +1,11 @@
1
name: Create Windows Executable using Conda
2
3
-on:
4
- push:
5
- tags:
6
- - '*'
+on: [push]
+
+#on:
+# push:
7
+# tags:
8
+# - '*'
9
10
jobs:
11
miniconda:
@@ -14,6 +16,10 @@ jobs:
14
16
os: ["windows-latest"]
15
17
steps:
18
- uses: actions/checkout@v2
19
+ with:
20
+ lfs: true
21
+ - name: Checkout LFS objects
22
+ run: git lfs checkout
23
- uses: conda-incubator/setup-miniconda@v2
24
with:
25
activate-environment: build
0 commit comments