Skip to content

Commit

Permalink
Base compilation succeeding. Waiting for merge of main updates to tes…
Browse files Browse the repository at this point in the history
…ts (and FSTs)
  • Loading branch information
fbanados committed Jun 17, 2024
1 parent 67523e3 commit 559abdb
Show file tree
Hide file tree
Showing 10 changed files with 2,304 additions and 8,567 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ main ]

env:
ACTIONS_PYTHON_VERSION: 3.9
ACTIONS_PYTHON_VERSION: 3.10


jobs:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [ push, pull_request ]

env:
# Version required to run itwêwina:
ACTIONS_PYTHON_VERSION: 3.9
ACTIONS_PYTHON_VERSION: 3.10
# Version required to run npm build:
ACTIONS_NODE_VERSION: 14

Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
version: 2

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
4 changes: 2 additions & 2 deletions docs/developers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ with `brew install git-lfs`.

### Install Python

Get Python 3.9 and [Pipenv](https://github.com/pypa/pipenv#installation).
Get Python 3.10 and [Pipenv](https://github.com/pypa/pipenv#installation).

Within the directory, install all Python dependencies:

pipenv install --dev

If you run into trouble, the following notes may help:

- On Ubuntu 20.04, if pipenv can’t find Python 3.9 and complains about
- On Ubuntu 22.04, if pipenv can’t find Python 3.10 and complains about
there being `no module named distutils.command`, do `apt install -y
python3-distutils`

Expand Down
Loading

0 comments on commit 559abdb

Please sign in to comment.