Skip to content

Commit

Permalink
remove requirement of agnostic "python" in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Jul 21, 2024
1 parent 828657e commit 797ae81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ FROM cycamore as cycamore-test
RUN cycamore_unit_tests

FROM cycamore-test as cycamore-pytest
RUN cd tests && python3 -m pytest
RUN cd tests && python3 -m pytest

0 comments on commit 797ae81

Please sign in to comment.