Skip to content

Commit

Permalink
fix: gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gemygk committed May 24, 2024
1 parent a3a905c commit de15260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
continue-on-error: true
with:
# python-version: "3.9"
pythn-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-version: latest
# mamba-version: "*"
Expand All @@ -68,7 +68,7 @@ jobs:
conda info --envs
- name: Install dependencies
run: |
source activate mikado2
conda activate mikado2
python --version
gcc --version
pip --version
Expand Down

0 comments on commit de15260

Please sign in to comment.