Skip to content

Commit

Permalink
Attempt build of test requirements as non-root user
Browse files Browse the repository at this point in the history
  • Loading branch information
benjwadams committed Jan 6, 2025
1 parent fec1f21 commit cb23313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: docker build -t glider-dac-build .

- name: Install testing requirements
run: docker run -u root glider-dac-build pip install --no-cache -r /glider-dac/test_requirements.txt
run: docker run glider-dac-build pip install --no-cache -r /glider-dac/test_requirements.txt

- name: Run tests
run: docker run --rm glider-dac-build pytest /glider-dac/glider_dac/tests

0 comments on commit cb23313

Please sign in to comment.