Skip to content

Commit

Permalink
Disable tests for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Aug 13, 2024
1 parent d475cd4 commit 65f0f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# - "3.12"
- "3.11"
- "3.10"
- "3.9"
# - "3.9"
steps:
- name: Clean-up
run: sudo apt clean && sudo apt autoclean && sudo rm -rf /tmp/* && sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
Expand Down

0 comments on commit 65f0f0a

Please sign in to comment.