Skip to content

Commit

Permalink
feat(build): #979 upgrade formatpython prod
Browse files Browse the repository at this point in the history
- Upgrade /formatPython to /formatPython/default

Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
  • Loading branch information
rohaquinlop committed Sep 22, 2023
1 parent af17e88 commit 26c63f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,18 +265,18 @@ jobs:
steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: docker://docker.io/nixos/nix@sha256:c3db4c484f6b1ee6c9bb8ca90307cfbeca8ef88156840911356a677eeaff4845
name: /formatPython
name: /formatPython/default
with:
args: sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /formatPython"
args: sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /formatPython/default"
env:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
macos_formatPython:
runs-on: macos-latest
steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac
- name: /formatPython
run: nix-env -if . && m . /formatPython
- name: /formatPython/default
run: nix-env -if . && m . /formatPython/default
env:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}

Expand Down

0 comments on commit 26c63f6

Please sign in to comment.