mirror of
https://github.com/nasa/trick.git
synced 2025-02-22 17:52:38 +00:00
using . instead of source
This commit is contained in:
parent
7a25dcf78c
commit
780d337794
4
.github/workflows/test_linux.yml
vendored
4
.github/workflows/test_linux.yml
vendored
@ -146,10 +146,10 @@ jobs:
|
|||||||
- name: Create testing environment
|
- name: Create testing environment
|
||||||
run: |
|
run: |
|
||||||
cd share/trick/pymods/trick/
|
cd share/trick/pymods/trick/
|
||||||
python3 -m venv .venv && source .venv/bin/activate && pip3 install -r requirements.txt
|
python3 -m venv .venv && . .venv/bin/activate && pip3 install -r requirements.txt
|
||||||
- name: Run Civet Tests
|
- name: Run Civet Tests
|
||||||
run: |
|
run: |
|
||||||
source .venv/bin/activate
|
. .venv/bin/activate
|
||||||
./run_tests.py
|
./run_tests.py
|
||||||
- name: Build trick
|
- name: Build trick
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user