Skip to content

Commit

Permalink
New pytest causes error with root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPino committed Apr 3, 2024
1 parent 816190f commit 7bbcfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/memote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: '3.10.6'

- name: Install memote
run: pip install memote cobra pytest==8.1.1
run: pip install memote cobra pytest<8.1.1

- name: Setup variables
id: setup
Expand Down

0 comments on commit 7bbcfc2

Please sign in to comment.