Skip to content

Commit

Permalink
//
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkan1 committed Jul 1, 2024
1 parent 82ec2ee commit 576196b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-docker-image-job: &build-docker-image-job
jobs:
backend-lint:
docker:
- image: circleci/python:3.8.9
- image: circleci/python:3.8
steps:
- checkout
- run: sudo pip install flake8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.8.9'
python-version: '3.8'
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python -
Expand Down

0 comments on commit 576196b

Please sign in to comment.