Skip to content

Commit

Permalink
remove venv
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Apr 29, 2024
1 parent de0d8b5 commit 955846c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/actions/build-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@ runs:
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.github_ro_token }}
#- name: Create virtual environment
# run: python -m venv .venv
# shell: bash
- name: Install python dependencies
run: |
#source .venv/bin/activate
pip install --upgrade pip setuptools wheel
make develop
shell: bash
Expand All @@ -69,18 +65,15 @@ runs:
- name: Linting
if: inputs.run_lint == 'true'
run: |
#source .venv/bin/activate
make lint check-format
shell: bash
- name: Run tests
if: inputs.run_test == 'true'
run: |
#source .venv/bin/activate
make test
shell: bash
- name: Build wheel
if: inputs.run_build == 'true'
run: |
#source .venv/bin/activate
make build
shell: bash
1 change: 0 additions & 1 deletion .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ jobs:
shell: bash
- name: Run playwright e2e tests
run: |
#source .venv/bin/activate
yarn run pw:run
shell: bash
- name: Upload playwright report
Expand Down

0 comments on commit 955846c

Please sign in to comment.