Skip to content

Commit deeb1c4

Browse files
committed
misc: Missed some ymls
1 parent 538e2d3 commit deeb1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: conda-incubator/setup-miniconda@v3
5050
with:
5151
activate-environment: devito
52-
environment-file: environment-dev.yml
52+
environment-file: environment-dev.yaml
5353
auto-activate-base: false
5454

5555
- name: Tests in examples

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ prune .github
1010
prune binder
1111
prune docker
1212
# Exclude hidden files and YAML files
13-
exclude .* *.yml
13+
exclude .* *.yaml
1414

1515
# Exclude compiled and temporary files
1616
global-exclude *~ *.py[cod] *.so

0 commit comments

Comments
 (0)