Skip to content

Commit

Permalink
Merge pull request #2 from haveneer/wip
Browse files Browse the repository at this point in the history
Updated content for new "advanced" training
  • Loading branch information
hpwxf authored Mar 9, 2025
2 parents 1e142b8 + f97005e commit d0aeed7
Show file tree
Hide file tree
Showing 150 changed files with 6,771 additions and 729 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
matrix:
include:
- name: Linux
os: ubuntu-20.04
os: ubuntu-22.04
toolchain: stable
- name: Linux
os: ubuntu-20.04
os: ubuntu-22.04
toolchain: nightly
- name: macOS
os: macOS-11
os: macOS-latest
toolchain: stable
- name: Windows
os: windows-latest
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
# Disable since it is too expensive
# - name: benchmarks
# run: cd rs && cargo bench


1 change: 1 addition & 0 deletions rs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/venv*
Loading

0 comments on commit d0aeed7

Please sign in to comment.