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 538e2d3 commit deeb1c4Copy full SHA for deeb1c4
.github/workflows/examples.yaml
@@ -49,7 +49,7 @@ jobs:
49
uses: conda-incubator/setup-miniconda@v3
50
with:
51
activate-environment: devito
52
- environment-file: environment-dev.yml
+ environment-file: environment-dev.yaml
53
auto-activate-base: false
54
55
- name: Tests in examples
MANIFEST.in
@@ -10,7 +10,7 @@ prune .github
10
prune binder
11
prune docker
12
# Exclude hidden files and YAML files
13
-exclude .* *.yml
+exclude .* *.yaml
14
15
# Exclude compiled and temporary files
16
global-exclude *~ *.py[cod] *.so
0 commit comments