fix ci (pt2) ?

master
Anton Lydike 2 years ago
parent 87968d08d9
commit a51681811f

@ -96,5 +96,3 @@ jobs:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v1 uses: actions/deploy-pages@v1

@ -103,4 +103,3 @@ generate and make all doc files for you. Finally, you can open the docs locall b
* Add a cycle limit to the options and CPU to catch infinite loops * Add a cycle limit to the options and CPU to catch infinite loops
* Move away from `print` and use `logging.logger` instead * Move away from `print` and use `logging.logger` instead
* Writer proper tests * Writer proper tests

@ -30,4 +30,3 @@ Creating a cpu with certain instruction sets is done by passing the CPU construc
``` ```
cpu = CPU(config, [RV32I, RV32M]) cpu = CPU(config, [RV32I, RV32M])
``` ```

@ -13,4 +13,3 @@ You can include the libraries by adding them as arguments (before your main asse
``` ```
These libraries are no where near a stable state, so documentation will be scarce. Your best bet would be to `grep` for functionality. Sorry! These libraries are no where near a stable state, so documentation will be scarce. Your best bet would be to `grep` for functionality. Sorry!

@ -150,5 +150,3 @@ __memset_loop:
j __memset_loop j __memset_loop
__memset_ret: __memset_ret:
ret ret

@ -1,4 +1,3 @@
[build-system] [build-system]
requires = ["setuptools", "wheel"] requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"

@ -0,0 +1,3 @@
black==23.3.0
pre-commit==3.2.2
pytest==7.3.1
Loading…
Cancel
Save