Skip to content

Commit

Permalink
faster CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Nov 21, 2023
1 parent e1846ed commit dc2fd50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand All @@ -26,6 +26,8 @@ jobs:
pip install setuptools wheel twine
pip install -r requirements.txt
- name: run tests
env:
RETRY_ATTEMPTS: 1
run: |
python -m pip install --upgrade pip
python3 -m venv venv
Expand Down

0 comments on commit dc2fd50

Please sign in to comment.