Skip to content

Commit

Permalink
Updating python version
Browse files Browse the repository at this point in the history
  • Loading branch information
seina001 committed Jun 2, 2023
1 parent 141afff commit d49f9cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package-conda_EOL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: '3.7'
python-version: '3.8'
- run: |
sudo apt update
sudo apt install gcc-10 g++-10
Expand All @@ -31,7 +31,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: testenv
python-version: 3.7
python-version: 3.8
channels: conda-forge,bioconda
allow-softlinks: true
channel-priority: flexible
Expand All @@ -40,7 +40,7 @@ jobs:

- name: Set up environment
run: |
conda create --name testenv python=3.7
conda create --name testenv python=3.8
source activate testenv
- name: Install Dependencies
run: |
Expand Down

0 comments on commit d49f9cd

Please sign in to comment.