Skip to content

Commit

Permalink
Not much reason not to install before the test, is there?
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Oct 24, 2024
1 parent 9c69080 commit aad11c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: "${{github.event.inputs.branch_name}}"
fetch-depth: 0
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.pytest
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ RUN mkdir -p /genmod

COPY requirements.txt /genmod/

RUN pip3 install -r /genmod/requirements.txt
RUN pip3 install -r /genmod/requirements.txt .

COPY . /genmod

ENV PYTHONPATH=/genmod
ENV GENMOD_DOCKER_TEST=1

WORKDIR /genmod

Expand Down

0 comments on commit aad11c3

Please sign in to comment.