Skip to content

Fixing github workflow yaml file #48

Fixing github workflow yaml file

Fixing github workflow yaml file #48

Workflow file for this run

name: Main Workflow
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/checkout@v4
uses: actions/setup-python@v5
with:

Check failure on line 12 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
python-version: '3.13'
- name: Install python dependencies
run: |
pip3 --version
pip --version
pip3 install --upgrade pip
pip3 install mako
pip3 install grpcio-tools
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Installing protoc-gen-go
run: |
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
echo "$HOME/go/bin" >> $GITHUB_PATH
- name: Checkout BLAST
uses: actions/checkout@v4
- name: Build All
run: ./build.sh