mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-05 22:47:22 +00:00
6
.github/workflows/ut-analysis.yml
vendored
6
.github/workflows/ut-analysis.yml
vendored
@@ -20,14 +20,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Navigate to the directory
|
||||
run: |
|
||||
cd /analysis-master/
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
6
.github/workflows/ut-superscript.yml
vendored
6
.github/workflows/ut-superscript.yml
vendored
@@ -20,14 +20,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Navigate to the directory
|
||||
run: |
|
||||
cd /data-analysis/
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
Reference in New Issue
Block a user