Skip to content

Commit

Permalink
Fix action file
Browse files Browse the repository at this point in the history
  • Loading branch information
hendzeld committed Mar 6, 2024
1 parent 8f63f56 commit 7497abf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
smoke-test-on-linux:
env:
env:
POETRY_VIRTUALENVS_CREATE: false
runs-on: ubuntu-latest
steps:
Expand All @@ -31,7 +31,6 @@ jobs:
- name: Run main tests
run: python -m pytest


build-and-test:
env:
POETRY_VIRTUALENVS_CREATE: false
Expand Down

0 comments on commit 7497abf

Please sign in to comment.