Skip to content

Commit

Permalink
fix: remove unneeded build step from ci (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber authored Dec 15, 2023
1 parent 3194220 commit 8f9c8a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Change Log
This file loosely adheres to the structure of https://keepachangelog.com/,
but in reStructuredText instead of Markdown.
2023-12-15
**********

Changed
=======
- Remove incorrect build step from xblock ci template

2023-12-13
**********

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements/ci.txt

- name: Create Build
run: |
rm -rf /tmp/myxblock-xblock
XBLOCK=$(pwd) && cd /tmp/ && echo -e '\n\n\n\n\n' | cookiecutter $XBLOCK
cd /tmp/myxblock-xblock && make help && pip install -e .
cd /tmp/myxblock-xblock && make dev.build
- name: Run Tests
env:
TOXENV: ${{ matrix.toxenv }}
Expand Down

0 comments on commit 8f9c8a8

Please sign in to comment.