We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14428a commit 69c49adCopy full SHA for 69c49ad
1 file changed
.github/workflows/linters.yml
@@ -8,12 +8,11 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
with:
11
- path: "basic_games"
12
- - name: Set up Python
13
- uses: actions/setup-python@v2
+ path: basic_games
+ - name: Setup Poetry environment
+ uses: 5yutan5/setup-poetry-env@v1.1.0
14
15
python-version: 3.12
16
- - uses: abatilo/actions-poetry@v2
17
- name: Install
18
run: |
19
cd basic_games
0 commit comments