Skip to content

Commit

Permalink
Update CI to run with Python 3.11
Browse files Browse the repository at this point in the history
3 tests will show as broken in this branch:
test_Simulator__init__creates_Vehicle_and_AdapterDataSource_from_parsed_data_and_Agent_with_vehicle_when_SBN_Flag_resolves_to_True

test_ExecutionEngine_parse_data_argument_subsystems_breakdown_optional_default_is_False

test_ExecutionEngine_parse_data_sets_the_processedSimData_to_the_TimeSynchronizer_which_was_given_the_sim_data_received_from_parsed_data
  • Loading branch information
asgibson committed Aug 15, 2023
1 parent 40e287d commit 06039d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 06039d7

Please sign in to comment.