diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0998dc8bc..2b51d65ba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,11 +30,5 @@ jobs: default: true override: true - - name: Install Weggli - uses: actions-rs/cargo@v1 - with: - command: install - args: weggli --rev=9d97d462854a9b682874b259f70cc5a97a70f2cc --git=https://github.com/weggli-rs/weggli - - name: Run Cybersecurity Benchmark Tests run: CybersecurityBenchmarks/scripts/run_tests.sh diff --git a/CybersecurityBenchmarks/README.md b/CybersecurityBenchmarks/README.md index 193fed7fa..f808d8379 100644 --- a/CybersecurityBenchmarks/README.md +++ b/CybersecurityBenchmarks/README.md @@ -77,26 +77,6 @@ which contains detailed instructions on how to execute our benchmarks. # Getting Started -## Prerequisites - -Please make sure you are running python3.9 or newer versions. - -Also ensure you have [weggli](https://github.com/weggli-rs/weggli) installed. -Their release is outdated and we're currently using revision -`9d97d462854a9b682874b259f70cc5a97a70f2cc`: - -``` -cargo install weggli --rev=9d97d462854a9b682874b259f70cc5a97a70f2cc --git=https://github.com/weggli-rs/weggli -``` - -Set the environment variable `WEGGLI_PATH` to point to the weggli execution -path. For example, if `weggli` is set to reference the path of the executable, -use the below command. - -``` -export WEGGLI_PATH=weggli -``` - ## Set up Virtual Environment Set up your virtual environment and install dependencies: diff --git a/CybersecurityBenchmarks/website/docs/user_guide/getting_started.md b/CybersecurityBenchmarks/website/docs/user_guide/getting_started.md index 355ae0537..5876a08f7 100644 --- a/CybersecurityBenchmarks/website/docs/user_guide/getting_started.md +++ b/CybersecurityBenchmarks/website/docs/user_guide/getting_started.md @@ -1,25 +1,5 @@ # Getting Started -## Prerequisites - -Please make sure you are running python3.9 or newer versions. - -Also ensure you have [weggli](https://github.com/weggli-rs/weggli) installed. -Their release is outdated and we're currently using revision -`9d97d462854a9b682874b259f70cc5a97a70f2cc`: - -``` -cargo install weggli --rev=9d97d462854a9b682874b259f70cc5a97a70f2cc --git=https://github.com/weggli-rs/weggli -``` - -Set the environment variable `WEGGLI_PATH` to point to the weggli execution -path. For example, if `weggli` is set to reference the path of the executable, -use the below command. - -``` -export WEGGLI_PATH=weggli -``` - ## Set up Virtual Environment Set up your virtual environment and install dependencies: