Skip to content

Commit

Permalink
ci(main): test with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Jan 15, 2025
1 parent 47585c7 commit 0697929
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
authToken: "${{ secrets.CACHIX_AUTH_TOKEN_NIALOV }}"
- name: Test with poetry on Python ${{ matrix.python-version }}
run: |
nix run .#fhs -- -c poetry check
nix run .#fhs -- -c poetry env use ${{ matrix.python-version }}
nix run .#fhs -- -c poetry install
nix run .#fhs -- -c poetry run pytest -v
sudo nix run .#fhs -- -c poetry check
sudo nix run .#fhs -- -c poetry env use ${{ matrix.python-version }}
sudo nix run .#fhs -- -c poetry install
sudo nix run .#fhs -- -c poetry run pytest -v
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0697929

Please sign in to comment.