Skip to content

Commit

Permalink
removed env activation
Browse files Browse the repository at this point in the history
  • Loading branch information
tlfobe authored and tlfobe committed Feb 23, 2024
1 parent a3f1759 commit 4b9fe27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install Package
run: |
micromamba activate terphenyl
python -m pip install .
# - name: Lint with flake8
# run: |
Expand Down

0 comments on commit 4b9fe27

Please sign in to comment.