diff options
author | Hop311 <Hop3114@gmail.com> | 2024-07-10 22:42:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 22:42:39 +0200 |
commit | d1ff26c46dbba3e373f5c71f7ed093b5cd9ca6a0 (patch) | |
tree | 83041a594fa0687babc16d610350588b9858fbed | |
parent | 88dd4ab93ca80cd677528e15043e8b6121c05562 (diff) | |
parent | 6f988f3a7ac28a0ba0d566a203b3b0a549e44e26 (diff) |
Merge pull request #238 from OpenVicProject/force-scons-4.7.0
Update/Fix for SCons 4.8.0
-rw-r--r-- | .github/workflows/builds.yml | 2 | ||||
m--------- | extension/deps/openvic-simulation | 0 | ||||
m--------- | scripts | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index c888b57..07632e6 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -101,7 +101,7 @@ jobs: shell: bash run: | python -c "import sys; print(sys.version)" - python -m pip install scons + python -m pip install scons==4.7.0 scons --version - name: Linux dependencies diff --git a/extension/deps/openvic-simulation b/extension/deps/openvic-simulation -Subproject 8c8b9349e26b4f606e18810a201ff378eaac19b +Subproject 9479a873095e23503994a0ef3b675b06320df4b diff --git a/scripts b/scripts -Subproject 21d142795539d65f30a1862502aae5aa43bd765 +Subproject 77fc5f92235c0a0415233f11d70dc9ce94516ac |