Skip to content

Commit

Permalink
py37
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade authored Dec 29, 2020
1 parent 1fffd2a commit 3fcc74d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: flake8
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.7
- name: install dependencies
run: python -m pip install --upgrade pip
- name: lint
Expand All @@ -32,11 +32,11 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: 3.6
python-version: 3.7
- name: Install dependencies
shell: bash -l {0}
run: |
conda create --name test-microsetta-public python=3.6
conda create --name test-microsetta-public python=3.7
conda activate test-microsetta-public
conda install --yes --file ci/conda_requirements.txt
pip install -r ci/pip_requirements.txt
Expand Down

0 comments on commit 3fcc74d

Please sign in to comment.