git reverted test_linux.yml

This commit is contained in:
Caleb Herpin 2021-07-27 13:34:28 -05:00
parent 3a1f273d4b
commit 63174971b3

View File

@ -38,8 +38,6 @@ jobs:
maven
cmake
zip
python3
python3-venv
install_gtest: echo gtest already installed
conf_pkg: echo package manager already configured
install_cmd: install -y
@ -139,15 +137,6 @@ jobs:
- name: Install Dependencies
run: |
${{matrix.pkg_mgr}} ${{matrix.install_cmd}} ${{matrix.deps}} ${{matrix.arch_deps}} ${{matrix.os_deps}} ${{matrix.tag_deps}}
- name: Install Python Dependencies
run: |
cd share/trick/pymods/trick
python3 -m venv .venv && source .venv/bin/activate && pip3 install -r requirements.txt
- name: Run Pytest
run: |
cd share/trick/pymods/trick
source .venv/bin/activate
./run_tests.py
- name: Install GTest
run: ${{matrix.install_gtest}}
- name: Checkout repository
@ -158,4 +147,4 @@ jobs:
./configure
make
- name: Test
run: make pytest
run: make test