Skip to content

Commit

Permalink
Refactor market picking and answering logic for KnownOutcomeAgent (#44)
Browse files Browse the repository at this point in the history
* Refactor market picking and answering logic for KnownOutcomeAgent
* Bump python version to 3.10
  • Loading branch information
evangriffiths authored Apr 3, 2024
1 parent cf3c2a1 commit c062130
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 595 deletions.
4 changes: 2 additions & 2 deletions .github/actions/python_prepare/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: "Set up Python and install dependencies"
runs:
using: "composite"
steps:
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10.14
- name: Install Poetry
shell: bash
run: curl -sSL https://install.python-poetry.org | python3 -
Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.9
python_version = 3.10
files = main.py, prediction_market_agent/, tests/
plugins = pydantic.mypy
warn_redundant_casts = True
Expand Down
Loading

0 comments on commit c062130

Please sign in to comment.