Skip to content

Commit

Permalink
Merge pull request #456 from brown-ccv/v3.3.1
Browse files Browse the repository at this point in the history
feat: V3.3.1 Release
  • Loading branch information
RobertGemmaJr authored Apr 5, 2024
2 parents c2918cb + 7c57ce3 commit 024645e
Show file tree
Hide file tree
Showing 26 changed files with 701 additions and 642 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request
name: 🏗️ Pull Request
on: pull_request

concurrency:
Expand Down Expand Up @@ -29,11 +29,15 @@ jobs:
- name: 🐍 Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: 3.12

# Install dependencies and set up environment
# Install dependencies
- name: 🅿️ Install Python tools
run: pip install setuptools
- name: 📥 Install Dependencies
run: npm ci

# Set up the environment
- name: 🔃 Load .env file (.env.${{matrix.setting}})
uses: xom9ikk/dotenv@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17.1
v18.20.0
4 changes: 3 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Brewfile for installing Honeycomb prerequisites
# Visit https://brown-ccv.github.io/honeycomb-docs/docs/quick_start for info

brew "git"
cask "github"
brew "openjdk"
brew "openjdk" # NOTE @brown-ccv: This will install Python as a dependency
brew "python-setuputils"
cask "visual-studio-code"

# TODO @brown-ccv #278: Python management (miniconda)? [Python is only needed for PsiTurk]
Binary file added assets/bee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions assets/bee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions assets/icons/hexagon-regular.svg

This file was deleted.

Binary file modified assets/icons/icon.icns
Binary file not shown.
Binary file modified assets/icons/icon.ico
Binary file not shown.
Binary file modified assets/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/icons/[email protected]
Binary file not shown.
7 changes: 1 addition & 6 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,5 @@ module.exports = {
},
},
],
plugins: [
{
name: "@electron-forge/plugin-auto-unpack-natives",
config: {},
},
],
plugins: [{ name: "@electron-forge/plugin-auto-unpack-natives", config: {} }],
};
Loading

0 comments on commit 024645e

Please sign in to comment.