Skip to content

Commit

Permalink
Revert some more changes to see what causes builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Feb 1, 2024
1 parent 081b018 commit 03ff655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
sudo apt-get -qq update
sudo apt-get install -y libicu-dev
make dev
pip install -e ".[dev]"
- name: Run the code format check
run: make format-check
- name: Run the linter
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8'

COPY . /opt/servicelayer
WORKDIR /opt/servicelayer
RUN make install
RUN make dev
RUN pip3 install -q --no-cache-dir -e /opt/servicelayer[dev]
RUN pip3 install -r requirements.txt

CMD /bin/bash
CMD /bin/bash

0 comments on commit 03ff655

Please sign in to comment.