Skip to content

Commit

Permalink
Fix tests and examples CI
Browse files Browse the repository at this point in the history
Issue was with simplesat 0.9.0 wheel being broken and with new version
of pyenv having old version checksum for python 3.9.20

Signed-off-by: bbrzyski <[email protected]>
  • Loading branch information
bbrzyski committed Sep 9, 2024
1 parent 1cc95eb commit 7f0b48d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ install_pyenv() {

log_cmd export PYENV_ROOT="$HOME/.pyenv"
log_cmd export PATH="$PYENV_ROOT/bin:$PATH"
log_cmd export PYENV_GIT_TAG=v2.4.10
log_cmd "curl https://pyenv.run | bash"
end_command_group
}
Expand Down
2 changes: 2 additions & 0 deletions examples/inout/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
../../.[topwrap-parse]
fusesoc
# TODO: Remove when simplesat fixes the issue: https://github.com/enthought/sat-solver/issues/286
simplesat==0.8.2

0 comments on commit 7f0b48d

Please sign in to comment.