Skip to content

Commit ef4d1c0

Browse files
fix git-lfs for actions
1 parent fc5bde7 commit ef4d1c0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/windows_build.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Create Windows Executable using Conda
22

3-
on:
4-
push:
5-
tags:
6-
- '*'
3+
on: [push]
4+
5+
#on:
6+
# push:
7+
# tags:
8+
# - '*'
79

810
jobs:
911
miniconda:
@@ -14,6 +16,10 @@ jobs:
1416
os: ["windows-latest"]
1517
steps:
1618
- uses: actions/checkout@v2
19+
with:
20+
lfs: true
21+
- name: Checkout LFS objects
22+
run: git lfs checkout
1723
- uses: conda-incubator/setup-miniconda@v2
1824
with:
1925
activate-environment: build

0 commit comments

Comments
 (0)