Skip to content

Commit

Permalink
install dagger reqs in the hatch environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 18, 2024
1 parent f9472fb commit b6acf21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,7 @@ jobs:
uses: pypa/hatch@install

- name: Install python dependencies
run: |
python -m pip install --user --upgrade pip
python -m pip --version
python -m pip install -r dagger/requirements.txt
run: hatch run pip install -r dagger/requirements.txt

- name: Run tests for ${{ matrix.test }}
run: hatch run integration-tests --profile ${{ matrix.test }}

0 comments on commit b6acf21

Please sign in to comment.