Skip to content

Commit

Permalink
Temporarily disable tests on nightly server
Browse files Browse the repository at this point in the history
Revert this after edgedb/edgedb#3837 is in nightly
  • Loading branch information
fantix committed May 27, 2022
1 parent 9ede415 commit 5bded8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
edgedb-version: [stable, nightly]
edgedb-version: [stable] # , nightly]
os: [ubuntu-latest, macos-latest, windows-2019]
loop: [asyncio, uvloop]
exclude:
Expand Down

0 comments on commit 5bded8d

Please sign in to comment.