open-craft / xblock-poll

An XBlock for Polling users and displaying the result
GNU Affero General Public License v3.0
18 stars 66 forks source link

[BB-3685] Fix CI Runs #90

Closed omushpapa closed 3 years ago

omushpapa commented 3 years ago

Description

Fix the CI build by:

  1. Removing the python 2.7 build
  2. Pinning xblock-utils to version 2.1.0

Supporting information Jira Ticket: BB-3685 xblock-utils 2.1.0

Testing instructions

  1. On this PR, confirm that the CI builds have passed
  2. Run make requirements to install requirements. Run make build_dummy_translations to extract and compile dummy translations. Confirm that the name of the directories in poll/public/js/translations/ are as case-senstive as the ones created poll/translations/ i.e. ko_KR translates to ko_KR and not ko_kr

Deadline

End of sprint BB.242