Skip to content

Conversation

@5Ub-Z3r0
Copy link
Contributor

Remove the hardcoded URL added in df672d2.

Fly-by change: fix commit workflow failures.

5Ub-Z3r0 added 6 commits July 17, 2025 17:59
`ubuntu-latest` can't install python 3.7 anymore, resulting in this workflow error:

```
Version 3.7 was not found in the local cache
Error: Version 3.7 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
```

Pinning to the latest ubuntu version that has 3.7 to avoid this.
This was added in 27d364e, and it's making tests fail:

```
Run mypy ibflex tests
...
ibflex/Types.py:471: error: Name "currency" already defined on line 386  [no-redef]
```
make tests pass.
@5Ub-Z3r0 5Ub-Z3r0 closed this Jul 26, 2025
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.

1 participant