Skip to content

Commit

Permalink
Fix python versions for linting and deploy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhukovGreen committed Jan 31, 2020
1 parent 290944e commit b432b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:

lint:
stage: lint
image: python:3.7
image: python:3.8
before_script:
- pip install pre-commit
script:
Expand All @@ -29,7 +29,7 @@ test:

deploy:pypi:
stage: deploy
image: python:3.7
image: python:3.8
before_script:
- pip install poetry
script:
Expand Down

0 comments on commit b432b7b

Please sign in to comment.