Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't write use_validation to TOML #1867

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Don't write use_validation to TOML #1867

merged 1 commit into from
Oct 7, 2024

Conversation

visr
Copy link
Member

@visr visr commented Oct 3, 2024

Fixes #1862.

This adds the default to a test model to ensure it doesn't end up that and hence make the model not runnable in CI.

Fixes #1862.

This adds the default to a test model to ensure it doesn't end up that and hence make the model not runnable in CI.
visr added a commit that referenced this pull request Oct 3, 2024
Instead of latest. All PRs made since v0.31 came out seem to have pixi environment related issues. Checking if this will fix it.

#1867 green with v0.30
#1868 red with v0.31
#1869 red with v0.31

This is the error, that somewhat randomly appears during `pixi run`

```
  × /home/runner/work/Ribasim/Ribasim/.pixi/envs/dev/lib/gcc/x86_64-conda-
  │ linux-gnu/14.1.0/libhwasan.so: No such file or directory (os error 2)
```
@visr visr mentioned this pull request Oct 3, 2024
visr added a commit that referenced this pull request Oct 3, 2024
Instead of latest. All PRs made since v0.31 came out seem to have pixi
environment related issues. Checking if this will fix it.

#1867 green with v0.30
#1868 red with v0.31
#1869 red with v0.31

This is the error, that somewhat randomly appears during `pixi run`

```
  × /home/runner/work/Ribasim/Ribasim/.pixi/envs/dev/lib/gcc/x86_64-conda-
  │ linux-gnu/14.1.0/libhwasan.so: No such file or directory (os error 2)
```

The failing jobs share that they all run Julia code and are on Ubuntu,
although there are also Julia and Ubuntu jobs that pass.
`gcc_impl_linux-64` is a dependency of rust.
@visr visr requested a review from evetion October 7, 2024 09:44
@visr visr merged commit a4087ce into main Oct 7, 2024
29 checks passed
@visr visr deleted the exclude branch October 7, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid use_validation = True/False ending up in toml file (or let julia accept it)
2 participants