Skip to content

Commit

Permalink
regular pip
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Nov 30, 2023
1 parent c54dc29 commit f42273f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Pip install packages
run: |
python -m pip install -U pip
pip install --no-cache-dir git+https://github.com/tauffer-consulting/domino@dev#egg=domino-py[cli]
pip install --no-cache-dir domino-py[cli]
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit f42273f

Please sign in to comment.