File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 strategy :
1919 matrix :
20- python-version : [ "3.10 " ]
20+ python-version : [ "3.11 " ]
2121 steps :
2222 - uses : actions/checkout@v3
2323 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 os : [ ubuntu-latest ]
21- python-version : ["3.9", "3.10 "]
21+ python-version : ["3.11 "]
2222 steps :
2323 - uses : actions/checkout@v3
2424 - name : Set up Python ${{ matrix.python-version }}
3333 - name : Test with pytest
3434 run : |
3535 xvfb-run -s "-screen 0 1024x768x24" pytest tests/ --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html
36-
37- - if : matrix.python-version == '3.10'
38- name : Upload coverage to Codecov
36+ - name : Upload coverage to Codecov
3937 uses : codecov/codecov-action@v3
4038 env :
4139 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 os : [ macos-latest ]
22- python-version : ["3.9", "3.10 "]
22+ python-version : ["3.11 "]
2323
2424 steps :
2525 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 os : [ windows-latest ]
22- python-version : ["3.9", "3.10 "]
22+ python-version : ["3.11 "]
2323
2424 steps :
2525 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 44![ tests] ( https://github.com/proroklab/VectorizedMultiAgentSimulator/actions/workflows/tests-linux.yml/badge.svg )
55[ ![ codecov] ( https://codecov.io/github/proroklab/VectorizedMultiAgentSimulator/coverage.svg?branch=main )] ( https://codecov.io/gh/proroklab/VectorizedMultiAgentSimulator )
66[ ![ Documentation Status] ( https://readthedocs.org/projects/vmas/badge/?version=latest )] ( https://vmas.readthedocs.io/en/latest/?badge=latest )
7- [ ![ Python] ( https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue.svg )] ( https://www.python.org/downloads/ )
7+ [ ![ Python] ( https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11 -blue.svg )] ( https://www.python.org/downloads/ )
88[ ![ GitHub license] ( https://img.shields.io/badge/license-GPLv3.0-blue.svg )] ( https://github.com/proroklab/VectorizedMultiAgentSimulator/blob/main/LICENSE )
99[ ![ arXiv] ( https://img.shields.io/badge/arXiv-2207.03530-b31b1b.svg )] ( https://arxiv.org/abs/2207.03530 )
1010
You can’t perform that action at this time.
0 commit comments