Skip to content

Commit

Permalink
alias attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hemidactylus committed Aug 21, 2024
1 parent e5eedbc commit d19b886
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
python-version: 3.11

- name: Alias docker
run: |
alias docker-compose="docker compose"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d19b886

Please sign in to comment.