mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 10:46:26 +00:00
Added python to github actions
This commit is contained in:
parent
5d8ae314ac
commit
7ef4013058
1
.github/workflows/test_32.yml
vendored
1
.github/workflows/test_32.yml
vendored
@ -10,6 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
trick_32bit:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
|
||||
runs-on: ubuntu-18.04
|
||||
container: docker://centos:7
|
||||
steps:
|
||||
|
1
.github/workflows/test_linux.yml
vendored
1
.github/workflows/test_linux.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
|
||||
cfg:
|
||||
#-------- Operating Systems ----------------
|
||||
- { os: ubuntu, tag: 18.04, arch: debian } # EOL April 2023
|
||||
|
1
.github/workflows/test_macos.yml
vendored
1
.github/workflows/test_macos.yml
vendored
@ -10,6 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
macOS:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Loading…
Reference in New Issue
Block a user