Skip to content

Commit

Permalink
fix: typos making actions fail
Browse files Browse the repository at this point in the history
  • Loading branch information
maffettone committed Nov 1, 2023
1 parent 8090ce7 commit 662d7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"
- name: Install Dependencies
run: |
# These packages are installed in the base environment but may be older
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
set -vxeuo pipefail
pip install --upgrade numpy setuptools pip
pip install -r requirements-dev.txt
pip install .
pip install -e .
pip list
- name: Test with pytest
Expand Down

0 comments on commit 662d7c4

Please sign in to comment.