Skip to content

Commit

Permalink
Merge branch 'main' of github.com:eclipse-sumo/sumo into Netedit_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Jan 6, 2025
2 parents 57a91a8 + e0d0e22 commit c509c78
Show file tree
Hide file tree
Showing 336 changed files with 35,334 additions and 14,854 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,9 @@ jobs:
- name: Building Examples and Tests
if: matrix.build_type == 'full'
# need to explicitly uninstall matplotlib below because pandas pulls it in but we need a newer version for test stability
# having both installed confuses matplotlib https://github.com/matplotlib/matplotlib/issues/26827
# the pipdeptree below is also just for debugging but often comes handy so keep it enabled
run: |
sudo apt-get install $(cat sumo/build_config/tools_req_deb.txt)
sudo apt-get -y remove python3-matplotlib
python3 -m venv testenv --system-site-packages
source testenv/bin/activate
python3 -m pip install -r sumo/tools/req_ci.txt -r sumo/tools/requirements.txt
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/macos-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
fail-fast: false
matrix:
os: [macos-13, macos-14]
python_version: [3.8, 3.9, '3.10', 3.11, 3.12]
exclude:
- os: macos-14
python_version: ['3.10', 3.11, 3.12, 3.13]
include:
- os: macos-13
python_version: 3.8
- os: macos-14
- os: macos-13
python_version: 3.9

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -91,8 +91,6 @@ jobs:
os: [macos-13, macos-14, macos-15]
python_version: ['3.10', 3.11, 3.12]
include:
- os: macos-13
python_version: 3.8
- os: macos-13
python_version: 3.9
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
rev: v3.2.0
hooks:
- id: trailing-whitespace
exclude: '.*\.rtf'
exclude: '.*\.rtf|image.*\.tools'
- id: end-of-file-fixer
exclude: '.*\.rtf'
- id: check-yaml
Expand Down
Loading

0 comments on commit c509c78

Please sign in to comment.