Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Birmiwal committed Mar 28, 2024
1 parent 30ad7dd commit 962a3cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs: #define set of jobs. Here there is only one job, each job is instantiated
with:
fetch-depth: 0
# step 2: #syntax for telling GHA to set-up Python on this runner associated for this whole job
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.10.13'

# Step 3: define a step that install dependencies (Sphinx etc) for this runner
- name: Install dependencies #name of this step
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NeuroMANCER



NeuroMANCER v1.4.2 FOO 22
NeuroMANCER v1.4.2 FOO TEST
------------------------
**Neural Modules with Adaptive Nonlinear Constraints and Efficient Regularizations (NeuroMANCER)**
is an open-source differentiable programming (DP) library for solving parametric constrained optimization problems,
Expand Down

0 comments on commit 962a3cb

Please sign in to comment.