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 5d2ee3c commit 3691dd7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
shell: bash -el {0}
strategy:
matrix:
python-version: [ "3.9", "3.10" ]
# python-version: [ "3.8", "3.9", "3.10" ]
python-version: [ "3.8" ]
# solver: ["classic", "libmamba"]
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
Expand Down Expand Up @@ -66,11 +67,12 @@ jobs:
- name: Verify conda environment
run: |
conda info --envs
source activate mikado2
conda env list
conda activate mikado2
conda list
- name: Install dependencies
run: |
source activate mikado2
conda activate mikado2
python --version
gcc --version
pip --version
Expand Down

0 comments on commit 3691dd7

Please sign in to comment.