File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - uses : actions/checkout@v2
20- - name : Set up Python 3.11
20+ - name : Set up Python 3.13
2121 uses : actions/setup-python@v2
2222 with :
23- python-version : " 3.11 "
23+ python-version : " 3.13 "
2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
@@ -30,14 +30,16 @@ jobs:
3030 run : |
3131 export PYTHONPATH=`pwd`/src:`pwd`/src/common:`pwd`/src/computing:`pwd`/src/maths:`pwd`/src/science:`pwd`/src/turtle_apps:`pwd`/tests/mocks
3232 python -m unittest
33- - name : Generate Coverage Report
34- run : |
35- export PYTHONPATH=`pwd`/src:`pwd`/src/common:`pwd`/src/computing:`pwd`/src/maths:`pwd`/src/science:`pwd`/src/turtle_apps:`pwd`/tests/mocks
36- coverage run --branch --source src -m unittest discover
37- coverage xml
38- - name : Upload Coverage to Codecov
39- uses : codecov/codecov-action@v2
40- with :
41- token : ${{ secrets.CODECOV_TOKEN }}
33+ # - name: Generate Coverage Report
34+ # run: |
35+ # export PYTHONPATH=`pwd`/src:`pwd`/src/common:`pwd`/src/computing:`pwd`/src/maths:`pwd`/src/science:`pwd`/src/turtle_apps:`pwd`/tests/mocks
36+ # coverage run --branch --source src -m unittest discover
37+ # coverage xml
38+ # - name: Upload Coverage to Codecov
39+ # uses: codecov/codecov-action@v2
40+ # with:
41+ # token: ${{ secrets.CODECOV_TOKEN }}
42+
43+
4244
4345
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ matplotlib-inline==0.2.1
4848mistune == 3.1.4
4949narwhals == 2.14.0
5050nbclient == 0.10.2
51- nbconvert == 7.16.6
51+ nbconvert == 7.17.0
5252nbformat == 5.10.4
5353nest-asyncio == 1.6.0
5454notebook == 7.5.0
You can’t perform that action at this time.
0 commit comments