Skip to content

Commit

Permalink
Syntax fix for module name (cnt'd)
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-ki committed Oct 18, 2023
1 parent 5f6e9bd commit b3db807
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ testbuild :
- apt-get install -y build-essential
- apt-get install -y libgmp3-dev
- conda env create -f environment.yml
- source activate polyas-checker
- source activate polyas_checker
- python -m unittest discover src
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ for its system specification.

### Setup Environment
```bash
conda env create --name polyas-checker --file environment.yml
conda env create --name polyas_checker --file environment.yml
```

### Activating Environment
Before executing the tool or unittests, run the following:
```bash
conda activate polyas-checker
conda activate polyas_checker
```

## Installation Using [pip](https://pip.pypa.io)
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: polyas-checker
name: polyas_checker
channels:
- defaults
- conda-forge
Expand Down

0 comments on commit b3db807

Please sign in to comment.