We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdff774 commit e97a29fCopy full SHA for e97a29f
conda/README.md
@@ -20,7 +20,7 @@ If `conda` is not already set up or the preference is to have a local
20
A new environment can be created using `environment.yaml` file as follows:
21
22
```
23
-conda env create -f environment.yml
+conda env create -f .github/workflows/conda/environment.yml
24
25
26
This will create a conda environment named `riscv_perf_model` in the default conda path.
0 commit comments