Skip to content

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkerns committed Apr 23, 2024
1 parent 596815a commit c739cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ definitions:
- apt-get update
- python -m venv venv
- source venv/bin/activate
- pip install -r requirements-dev.txt
- pip install .[dev]
- pip freeze
artifacts:
- venv/**
Expand Down Expand Up @@ -267,7 +267,7 @@ pipelines:
- apt-get update
- python -m venv venv
- source venv/bin/activate
- pip install -r requirements-dev.txt
- pip install .[dev]
artifacts:
- venv/**
- step:
Expand Down

0 comments on commit c739cff

Please sign in to comment.