Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Jul 6, 2024
1 parent 9061d87 commit f0eb058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cache-dependency-path: "setup.cfg"

- name: Install project (Linux)
if: ${{ runner.os }} == 'Linux'
if: runner.os == 'Linux'
run: |
pip3 install --requirement=requirements-test.txt
pip3 install --editable=.
Expand All @@ -66,7 +66,7 @@ jobs:
# pip3 install --break-system-packages --editable=.
#
- name: Install project (Windows)
if: ${{ runner.os }} == "Windows"
if: runner.os == 'Windows'
run: |
pip3 install --requirement=requirements-test.txt
pip3 install --editable=.
Expand Down

0 comments on commit f0eb058

Please sign in to comment.