Skip to content

Commit

Permalink
Fixed bug in actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbhagatio committed Aug 31, 2023
1 parent 27f2cb5 commit 8b661bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_env_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: 3.11
python-version: [3.11]
fail-fast: false
defaults:
run:
Expand All @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: 3.11
python-version: [3.11]
fail-fast: false
defaults:
run:
Expand Down

0 comments on commit 8b661bd

Please sign in to comment.