Skip to content

add descriptions to shimada-2024 #135

add descriptions to shimada-2024

add descriptions to shimada-2024 #135

Workflow file for this run

name: Python package
on:
push:
branches:
- master
jobs:
build:
defaults:
run:
shell: bash
working-directory: ./scripts
environment: python_polly
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run polly generation script
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: us-east-1
run: |
python run_polly.py www.cycif.org