Commit 3b2d1b6
committed
FIX: fake out setuptools scm in tox on ci
The repository in GHA is a shallow checkout (so to tags) so we are going to get
the version wrong no matter what. However, a recent change to our build
dependencies (we think meson-python at 0.17) causes setumtools scm to fail to
extract any version when installing from a generated sdist.
By setting a pretend version setuptools_scm will never try to look at git. It
is not yet clear if this fixes the sdist itself or just continues to use the
pretend version when installing.1 parent e2cbe8b commit 3b2d1b6
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments