mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +00:00
Using python 3.9
This commit is contained in:
parent
08e06328cd
commit
193bc0f7af
2
.github/workflows/test_linux.yml
vendored
2
.github/workflows/test_linux.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.8]
|
||||
python-version: [3.9]
|
||||
cfg:
|
||||
#-------- Operating Systems ----------------
|
||||
- { os: ubuntu, tag: 18.04, arch: debian } # EOL April 2023
|
||||
|
@ -1,7 +1,7 @@
|
||||
PYTHON = python
|
||||
|
||||
test:
|
||||
venv/bin/python -m pytest tests/civet_server/test_http.py tests/civet_server/test_ws.py # tests/gsetup
|
||||
$(PYTHON) -m pytest tests/civet_server/test_http.py tests/civet_server/test_ws.py # tests/gsetup
|
||||
|
||||
venv:
|
||||
$(PYTHON) -m pip install virtualenv
|
||||
|
Loading…
x
Reference in New Issue
Block a user