Skip to content

Commit

Permalink
Add rustify script
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Jan 11, 2024
1 parent 4665f45 commit ed74857
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rustify.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/bash

patch -p1 <pyproject.toml.patch
patch -p1 <src/eko/evolution_operator/__init__.py.patch
patch -p1 <tests/eko/evolution_operator/test_init.py.patch

0 comments on commit ed74857

Please sign in to comment.