Skip to content

Commit

Permalink
Merge pull request #260 from noqdev/task/fix_tests_20230321
Browse files Browse the repository at this point in the history
Address pip issues on main branch
  • Loading branch information
castrapel authored Mar 21, 2023
2 parents dabf1d7 + 6633483 commit d3ac9da
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 120 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: run-test
run: |
python3.10 -m venv env
. env/bin/activate && pip install poetry && poetry install && make test
. env/bin/activate && pip install poetry setuptools pip --upgrade && poetry install && make test
- name: Upload coverage reports to Codecov
if: ${{ github.repository == 'noqdev/iambic' }}
uses: codecov/codecov-action@v3
Expand All @@ -40,7 +40,7 @@ jobs:
id: bootstrap
run: |
python3.10 -m venv env
. env/bin/activate && pip install poetry && poetry install && make test
. env/bin/activate && pip install poetry setuptools pip --upgrade && poetry install && make test
- name: Configure AWS Credentials for building itest image
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down
Loading

0 comments on commit d3ac9da

Please sign in to comment.