Skip to content

Workflow file for this run

name: Python application test with Conda
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
example-3:

Check failure on line 14 in .github/workflows/python-app.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python-app.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
name: Ex3 Linux
runs-on: "ubuntu-latest"
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: protein-prediction
environment-file: environment.yml
python-version: 3.8 # Correct the Python version here
auto-activate-base: false
channels: conda-forge, defaults
- run: |
conda info
conda list