mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +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
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
. .venv/bin/activate
|
||||
./run_tests.py
|
||||
- name: Build trick
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user