This commit is contained in:
dmunozv04
2023-11-17 11:50:50 +01:00
parent 93e3fd5720
commit b90a5e317c
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - name: Checkout
uses: actions/checkout@v3
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:

View File

@@ -12,7 +12,7 @@ RUN pip install --upgrade pip wheel && \
WORKDIR /app WORKDIR /app
RUN python -m compileall . RUN python -m compileall
COPY src . COPY src .