Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
judithspd authored May 13, 2024
1 parent 21c1dca commit 3b31bd0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ jobs:
with:
python-version: "3.10"

- name: Install and configure poetry
run: |
pip install poetry
poetry config virtualenvs.create false
poetry install
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pip
pip install tox
- name: Linting
Expand All @@ -39,11 +45,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.12"
python-version: "3.9"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pip
pip install tox
- name: Testing
Expand All @@ -63,7 +69,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pip
pip install poetry
- name: Build package
Expand Down

0 comments on commit 3b31bd0

Please sign in to comment.